System::Drawing::Image::GetBounds method
Image::GetBounds method
Returns the image bounds in the specified measurement units.
RectangleF System::Drawing::Image::GetBounds(GraphicsUnit &page_unit)
Parameter | Type | Description |
---|---|---|
page_unit | GraphicsUnit& | Measurement unit |
ReturnValue
An instance of RectangleF class that represents the image bound in the specified measurement units
See Also
- Class RectangleF
- Enum GraphicsUnit
- Class Image
- Namespace System::Drawing
- Library Aspose.Page for C++