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 aClientPos As FPoint, _ ByVal aDrawMatrix As CADMatrix _ ) As DPoint |
Parameters
-
aClientPos
-
Type: FPoint
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