GraphicsPathIterator 클래스(gdipluspath.h)
이 GraphicsPathIterator 클래스는 GraphicsPath 개체에 저장된 경로의 선택한 하위 집합을 격리하는 메서드를 제공합니다. 경로는 하나 이상의 수치로 구성됩니다. GraphicsPathIterator를 사용하여 하나 이상의 그림을 격리할 수 있습니다. 경로에는 경로를 섹션으로 나누는 표식이 있을 수도 있습니다. GraphicsPathIterator 개체를 사용하여 해당 섹션 중 하나 이상을 격리할 수 있습니다.
상속
GraphicsPathIterator 클래스는 GdiplusBase를 구현합니다.
메서드
GraphicsPathIterator 클래스에는 이러한 메서드가 있습니다.
GraphicsPathIterator::CopyData GraphicsPathIterator::CopyData 메서드는 경로 데이터 요소의 하위 집합을 PointF 배열에 복사하고 경로의 점 형식 하위 집합을 BYTE 배열에 복사합니다. |
GraphicsPathIterator::Enumerate GraphicsPathIterator::Enumerate 메서드는 경로의 데이터 요소를 PointF 배열에 복사하고 경로의 점 형식을 BYTE 배열에 복사합니다. |
GraphicsPathIterator::GetCount GraphicsPathIterator::GetCount 메서드는 경로의 데이터 요소 수를 반환합니다. |
GraphicsPathIterator::GetLastStatus GraphicsPathIterator::GetLastStatus 메서드는 이 GraphicsPathIterator 개체의 가장 최근 메서드 오류의 특성을 나타내는 값을 반환합니다. |
GraphicsPathIterator::GetSubpathCount GraphicsPathIterator::GetSubpathCount 메서드는 경로의 하위 경로(그림이라고도 함)의 수를 반환합니다. |
GraphicsPathIterator::GraphicsPathIterator 새 GraphicsPathIterator::GraphicsPathIterator 개체를 만들고 GraphicsPath 개체와 연결합니다. |
GraphicsPathIterator::GraphicsPathIterator GraphicsPathIterator에 대한 복사 생성자입니다. |
GraphicsPathIterator::HasCurve GraphicsPathIterator::HasCurve 메서드는 경로에 곡선이 있는지 여부를 결정합니다. |
GraphicsPathIterator::NextMarker GraphicsPathIterator::NextMarker 메서드는 이 반복기의 연결된 경로에서 표식으로 구분된 다음 섹션을 가져옵니다. |
GraphicsPathIterator::NextMarker GraphicsPathIterator::NextMarker 메서드는 섹션의 시작 인덱스 및 끝 인덱스를 가져옵니다. |
GraphicsPathIterator::NextPathType GraphicsPathIterator::NextPathType 메서드는 모두 형식이 동일한 다음 데이터 요소 그룹의 시작 인덱스와 끝 인덱스를 가져옵니다. |
GraphicsPathIterator::NextSubpath GraphicsPathIterator::NextSubpath 메서드는 이 반복기의 연결된 경로에서 다음 그림(하위 경로)을 가져옵니다. |
GraphicsPathIterator::NextSubpath GraphicsPathIterator::NextSubpath 메서드는 다음 하위 경로의 시작 인덱스와 끝 인덱스를 가져옵니다. |
GraphicsPathIterator::Rewind GraphicsPathIterator::Rewind 메서드는 이 반복기를 연결된 경로의 시작 부분으로 되감습니다. |
요구 사항
대상 플랫폼 | Windows |
헤더 | gdipluspath.h |