Gets a three-dimensional point of the current CAD image from the specified screen point.
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetRealPoint( _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal useGrid As Boolean _ ) As DPoint |
Parameters
-
x
-
Type: int
An X coordinate of the screen point.
-
y
-
Type: int
A Y coordinate of the screen point.
-
useGrid
-
Type: bool
Defines if the point will be reduced to a grid node.
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