Class FillPolygon
Represents an operator that specifies filling an area bounded by several polygonal contours.
public class FillPolygon : CanvasElement
- Inheritance
-
FillPolygon
- Inherited Members
Properties
- Color
Gets or sets the color of the filled area.
- LineType
Gets or sets a value specifying the line drawing algorithm used to draw the polygon boundaries.
- Points
Gets or sets the array of vertices specifying each polygon boundary.
- Shift
Gets or sets the number of fractional bits in the vertex coordinates.
Methods
- GetRenderer()
Returns the polygon filling operation.