DwfWhipImageBaseMaxCorner Property |
Gets maximal corner of image (bottom, right)
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Drawable
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic DwfWhipLogicalPoint MaxCorner { get; }
Public ReadOnly Property MaxCorner As DwfWhipLogicalPoint
Get
public:
property DwfWhipLogicalPoint^ MaxCorner {
DwfWhipLogicalPoint^ get ();
}
member MaxCorner : DwfWhipLogicalPoint with get
Property Value
Type:
DwfWhipLogicalPoint
See Also