CadImageMaxPoint Property |
Gets the max point.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public Cad3DPoint MaxPoint { get; }
Public ReadOnly Property MaxPoint As Cad3DPoint
Get
public:
property Cad3DPoint^ MaxPoint {
Cad3DPoint^ get ();
}
member MaxPoint : Cad3DPoint with get
Property Value
Type:
Cad3DPointSee Also