Gets a three-dimensional point of the current CAD image from the specified screen point.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Parameters
-
x
-
Type: int
An X coordinate of the screen point.
-
y
-
Type: int
An Y coordinate of the screen point.
-
aDrawMatrix
-
Type: CADMatrix
DrawMatrix
-
vp
-
Type: CADViewPort
a viewport where screen point on
-
layout
-
Type: CADLayout
Return Value
A three-dimensional point.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also