Gets a three-dimensional point of the current CAD image from the specified screen point.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function CADUnProject( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal aDrawMatrix As CADMatrix _ ) As DPoint |
Parameters
-
x
-
Type: int
The X coordinate of the screen point.
-
y
-
Type: int
The Y coordinate of the screen point.
-
aDrawMatrix
-
Type: CADMatrix
DrawMatrix
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also