FillPolygon
FillPolygon(Brush, Point[])
填充多边形。
public void FillPolygon(Brush brush, Point[] points)
范围 | 类型 | 描述 |
---|---|---|
brush | Brush | 决定填充特性的画笔。 |
points | Point[] | 点。 |
也可以看看
- class Brush
- struct Point
- class MetafileRecorderGraphics2D
- 命名空间 Aspose.Imaging.FileFormats.Emf.Graphics
- 部件 Aspose.Imaging
FillPolygon(Brush, Point[], FillMode)
填充多边形。
public void FillPolygon(Brush brush, Point[] points, FillMode fillMode)
范围 | 类型 | 描述 |
---|---|---|
brush | Brush | 决定填充特性的画笔。 |
points | Point[] | 点。 |
fillMode | FillMode | 填充模式。 |
也可以看看
- class Brush
- struct Point
- enum FillMode
- class MetafileRecorderGraphics2D
- 命名空间 Aspose.Imaging.FileFormats.Emf.Graphics
- 部件 Aspose.Imaging