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