Class Path
Represents an operator that specifies drawing a path from an array of vertices.
public class Path : CanvasElement
- Inheritance
-
Path
- Inherited Members
Properties
- Color
Gets or sets the color of the polylines connecting the path.
- LineType
Gets or sets a value specifying the line drawing algorithm used to draw the polylines.
- Points
Gets or sets the array of vertices specifying the path. NaN values will not be connected or drawn.
- Shift
Gets or sets the number of fractional bits in the vertex coordinates.
- Thickness
Gets or sets the thickness of the polyline edges.
Methods
- GetRenderer()
Returns the path drawing operation.