LineObject Constructor | |
Construct a LineObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint1,
oPoint2,
oPen
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public LineObject(
Usual oPoint1 = default,
Usual oPoint2 = default,
Usual oPen = default
)
Request Example
View SourceParameters
- oPoint1 (Optional)
- Type: Usual
The point representing the start of the line. - oPoint2 (Optional)
- Type: Usual
The point representing the end of the line. - oPen (Optional)
- Type: Usual
The pen to be used for drawing the LineObject object. If omitted, the current pen is used.
Remarks
The pen specified by oPen should not be deleted while it is selected.
See Also