Cad3DPoint Constructor (Double, Double) |
Initializes a new instance of the
Cad3DPoint class.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Cad3DPoint(
double pointX,
double pointY
)
Public Sub New (
pointX As Double,
pointY As Double
)
public:
Cad3DPoint(
double pointX,
double pointY
)
new :
pointX : float *
pointY : float -> Cad3DPointParameters
- pointX
- Type: SystemDouble
The pointX. - pointY
- Type: SystemDouble
The point Y.
See Also