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
The X coordinate of the screen point.
-
y
-
Type: int
The Y coordinate of the screen point.
-
img
-
Type: CADImage
CADImage for GetRealPoint
-
rect
-
Type: RectangleF
Drawing rect
-
rounding
-
Type: bool
A value specify if rounding will be applied to the returned value
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