TTMSFNCGraphicsContextAndroid.FillPolyline Method
Fills an open polyline area with the specified fill style.
API unit family: TMSFNCGraphics.Android
Declaring type: TTMSFNCGraphicsContextAndroid
Syntax
procedure FillPolyline(AFill: TTMSFNCGraphicsFill; APolyline: TTMSFNCGraphicsPathPolygon); override;
Parameters
| Name | Description |
|---|---|
AFill |
The fill style to apply. |
APolyline |
The array of points defining the polyline vertices. |