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)
ParameterTypeDescription
page_unitGraphicsUnit&Measurement unit

ReturnValue

An instance of RectangleF class that represents the image bound in the specified measurement units

See Also