Initializes a new instance of the
DXFPixel class with the specified values.
Namespace:
CADImport.Export.SimpleCADtoDXF
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal x As Single, _ ByVal y As Single, _ ByVal z As Single _ ) |
Parameters
-
x
-
Type: float
The X coordinate
-
y
-
Type: float
The Y coordinate
-
z
-
Type: float
The Z coordinate
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also