DgnPoint
Contents
[
Hide
]
DgnPoint constructor (1 of 3)
Initiailizes a new instance of the DgnPoint
class
public DgnPoint()
See Also
- class DgnPoint
- namespace Aspose.CAD.FileFormats.Dgn
- assembly Aspose.CAD
DgnPoint constructor (2 of 3)
Initiailizes a new instance of the DgnPoint
class
public DgnPoint(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | X coordinate |
y | Double | Y coordinate |
See Also
- class DgnPoint
- namespace Aspose.CAD.FileFormats.Dgn
- assembly Aspose.CAD
DgnPoint constructor (3 of 3)
Initiailizes a new instance of the DgnPoint
class
public DgnPoint(double x, double y, double z)
Parameter | Type | Description |
---|---|---|
x | Double | X coordinate |
y | Double | Y coordinate |
z | Double | Z coordinate |
See Also
- class DgnPoint
- namespace Aspose.CAD.FileFormats.Dgn
- assembly Aspose.CAD