Initializes a new
CAD2DPoint using the the specified
DPoint.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal p As DPoint _ ) |
C#
|
public CAD2DPoint( DPoint p ) |
Parameters
-
p
-
Type: DPoint
A 3D point that will provide X and Y coordinates for created 2D point.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also