Gets the image bounds.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic Rectangle Bounds { get; }
Public ReadOnly Property Bounds As Rectangle
Get
public:
virtual property Rectangle Bounds {
Rectangle get () sealed;
}
abstract Bounds : Rectangle with get
override Bounds : Rectangle with get
Property Value
Type:
RectangleThe image bounds.
Implements
IObjectWithBoundsBounds
See Also