IntelliCAD 11.1 Object Library | |
PaintLine Method | |
See Also |
- StartPoint
- A Point object that specifies the start point of the line.
- EndPoint
- A Point object that specifies the end point of the line.
- pColor
- The Color to paint the line.
- HighlightFlag
Boolean value:
TRUE = The object is highlighted.
FALSE = The object is not highlighted.
Utility Object : PaintLine Method |
Description
Paints a temporary line in the graphics window.
Syntax
Visual Basic |
---|
Public Sub PaintLine( _ ByVal StartPoint As Point, _ ByVal EndPoint As Point, _ ByVal pColor As color, _ Optional ByVal HighlightFlag As Boolean = False _ ) |
Parameters
- StartPoint
- A Point object that specifies the start point of the line.
- EndPoint
- A Point object that specifies the end point of the line.
- pColor
- The Color to paint the line.
- HighlightFlag
Boolean value:
TRUE = The object is highlighted.
FALSE = The object is not highlighted.