Class Line
Represents an operator that specifies drawing a line segment connecting two points.
public class Line : CanvasElement
- Inheritance
-
Line
- Inherited Members
Properties
- Color
Gets or sets the color of the line.
- End
Gets or sets the second point of the line segment.
- LineType
Gets or sets a value specifying the line drawing algorithm used to draw the line.
- Shift
Gets or sets the number of fractional bits in the point coordinates.
- Start
Gets or sets the first point of the line segment.
- Thickness
Gets or sets the thickness of the line.
Methods
- GetRenderer()
Returns the line drawing operation.