Draws a line in a xor mode on the specified window unit
Namespace:
CADImport.FaceModule
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Sub DrawXORLine( _ ByVal x1 As Integer, _ ByVal y1 As Integer, _ ByVal x2 As Integer, _ ByVal y2 As Integer, _ ByVal control As Control, _ ByVal applyOrtho As Boolean _ ) |
Parameters
-
x1
-
Type: int
The extreme left position
-
y1
-
Type: int
The extreme top position
-
x2
-
Type: int
The extreme right position
-
y2
-
Type: int
The extreme bottom position
-
control
-
Type: Control
Control, where the drawing is implemented
-
applyOrtho
-
Type: bool
True if ortho correction wasn't applied to the coordinates.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also