DgnImageMinPoint Property |
Gets the min point.
Namespace:
Aspose.CAD.FileFormats.Dgn
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic Cad3DPoint MinPoint { get; }
Public ReadOnly Property MinPoint As Cad3DPoint
Get
public:
property Cad3DPoint^ MinPoint {
Cad3DPoint^ get ();
}
member MinPoint : Cad3DPoint with get
Property Value
Type:
Cad3DPoint
See Also