GraphicsPath.GraphicsPath
내용물
[
숨다
]GraphicsPath()
Alternate. 의 FillMode 값을 사용하여 GraphicsPath 클래스의 새 인스턴스를 초기화합니다.
public GraphicsPath()
또한보십시오
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing
GraphicsPath(FillMode)
의 새 인스턴스를 초기화합니다.GraphicsPath
지정된 가 있는 클래스FillMode 열거형.
public GraphicsPath(FillMode fillMode)
모수 | 유형 | 설명 |
---|---|---|
fillMode | FillMode | 그만큼FillMode 이것의 interior 가 어떻게GraphicsPath 채워집니다. |
또한보십시오
- enum FillMode
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing
GraphicsPath(PointF[], byte[])
의 새 인스턴스를 초기화합니다.GraphicsPath
지정된 클래스PathPointType
그리고PointF 배열.
public GraphicsPath(PointF[] pts, byte[] types)
모수 | 유형 | 설명 |
---|---|---|
pts | PointF[] | 배열PointF 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath . |
types | Byte[] | 배열PathPointType 각 해당 지점의 유형을 지정하는 열거형 요소pts 정렬. |
비고
이 메서드는 실제로 아무 작업도 수행하지 않습니다. System.Drawing API와의 호환성을 위한 것입니다.
또한보십시오
- struct PointF
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing
GraphicsPath(Point[], byte[])
의 새 인스턴스를 초기화합니다.GraphicsPath
지정된 클래스PathPointType
그리고Point 배열.
public GraphicsPath(Point[] pts, byte[] types)
모수 | 유형 | 설명 |
---|---|---|
pts | Point[] | 배열Point 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath . |
types | Byte[] | 배열PathPointType 각 해당 지점의 유형을 지정하는 열거형 요소pts 정렬. |
비고
이 메서드는 실제로 아무 작업도 수행하지 않습니다. System.Drawing API와의 호환성을 위한 것입니다.
또한보십시오
- struct Point
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing
GraphicsPath(PointF[], byte[], FillMode)
의 새 인스턴스를 초기화합니다.GraphicsPath
지정된 클래스PathPointType 그리고PointF 배열 및 지정된FillMode 열거형 요소..
public GraphicsPath(PointF[] pts, byte[] types, FillMode fillMode)
모수 | 유형 | 설명 |
---|---|---|
pts | PointF[] | 배열PointF 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath. |
types | Byte[] | 배열PathPointType pts 배열에서 해당하는 각 지점의 유형을 지정하는 열거형 요소입니다. |
fillMode | FillMode | ㅏFillMode 도형의 내부가 어떻게 이GraphicsPath 채워집니다. |
또한보십시오
- struct PointF
- enum FillMode
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing
GraphicsPath(Point[], byte[], FillMode)
의 새 인스턴스를 초기화합니다.GraphicsPath
지정된 클래스PathPointType 그리고Point 배열 및 지정된FillMode 열거형 요소..
public GraphicsPath(Point[] pts, byte[] types, FillMode fillMode)
모수 | 유형 | 설명 |
---|---|---|
pts | Point[] | 배열Point 이것을 구성하는 점의 좌표를 정의하는 구조GraphicsPath. |
types | Byte[] | 배열PathPointType pts 배열에서 해당하는 각 지점의 유형을 지정하는 열거형 요소입니다. |
fillMode | FillMode | ㅏFillMode 도형의 내부가 어떻게 이GraphicsPath 채워집니다. |
또한보십시오
- struct Point
- enum FillMode
- class GraphicsPath
- 네임스페이스 System.Drawing.Drawing2D
- 집회 Aspose.Drawing