Changes a position of the marker designating the selected entity.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub DrawChangeEntity( _ ByVal dx As Integer, _ ByVal dy As Integer, _ ByVal control As Control _ ) |
Parameters
-
dx
-
Type: int
A position displacement in the direction of the X axis.
-
dy
-
Type: int
A position displacement in the direction of the Y axis.
-
control
-
Type: Control
A control for drawing
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also