GdiLine
Object List Hierarchy Next Object
Definition:
An encapsulation of a Line.
Specialized Features:
The following tables list and describe the properties and methods added by GdiLine. There are no added events.
Properties Use to...
x1 Property Determine the starting x-coordinate of a line, in pixels.
y1 Property Determine the starting y-coordinate of a line, in pixels.
x2 Property Determine the ending x-coordinate of a line, in pixels.
y2 Property (GdiLine) Determine the ending y-coordinate of a line, in pixels.
Methods Use to...
SetPen Configure the line's appearance when it is drawn, by setting the color and
width from a Pen.
Copied Features:
None.
See Also:
Pen