GraphicsPath.GraphicsPath

GraphicsPath()

Alternate. 의 FillMode 값을 사용하여 GraphicsPath 클래스의 새 인스턴스를 초기화합니다.

public GraphicsPath()

또한보십시오


GraphicsPath(FillMode)

의 새 인스턴스를 초기화합니다.GraphicsPath지정된 가 있는 클래스FillMode 열거형.

public GraphicsPath(FillMode fillMode)
모수유형설명
fillModeFillMode그만큼FillMode 이것의 interior 가 어떻게GraphicsPath 채워집니다.

또한보십시오


GraphicsPath(PointF[], byte[])

의 새 인스턴스를 초기화합니다.GraphicsPath 지정된 클래스PathPointType 그리고PointF 배열.

public GraphicsPath(PointF[] pts, byte[] types)
모수유형설명
ptsPointF[]배열PointF 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath.
typesByte[]배열PathPointType 각 해당 지점의 유형을 지정하는 열거형 요소pts 정렬.

비고

이 메서드는 실제로 아무 작업도 수행하지 않습니다. System.Drawing API와의 호환성을 위한 것입니다.

또한보십시오


GraphicsPath(Point[], byte[])

의 새 인스턴스를 초기화합니다.GraphicsPath 지정된 클래스PathPointType 그리고Point 배열.

public GraphicsPath(Point[] pts, byte[] types)
모수유형설명
ptsPoint[]배열Point 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath.
typesByte[]배열PathPointType 각 해당 지점의 유형을 지정하는 열거형 요소pts 정렬.

비고

이 메서드는 실제로 아무 작업도 수행하지 않습니다. System.Drawing API와의 호환성을 위한 것입니다.

또한보십시오


GraphicsPath(PointF[], byte[], FillMode)

의 새 인스턴스를 초기화합니다.GraphicsPath 지정된 클래스PathPointType 그리고PointF 배열 및 지정된FillMode 열거형 요소..

public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)
모수유형설명
ptsPointF[]배열PointF 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath.
typesByte[]배열PathPointType pts 배열에서 해당하는 각 지점의 유형을 지정하는 열거형 요소입니다.
fillModeFillModeㅏFillMode 도형의 내부가 어떻게 이GraphicsPath 채워집니다.

또한보십시오


GraphicsPath(Point[], byte[], FillMode)

의 새 인스턴스를 초기화합니다.GraphicsPath 지정된 클래스PathPointType 그리고Point 배열 및 지정된FillMode 열거형 요소..

public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode)
모수유형설명
ptsPoint[]배열Point 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath.
typesByte[]배열PathPointType pts 배열에서 해당하는 각 지점의 유형을 지정하는 열거형 요소입니다.
fillModeFillModeㅏFillMode 도형의 내부가 어떻게 이GraphicsPath 채워집니다.

또한보십시오