GetBounds()

Image::GetBounds(GraphicsUnit&) method

Returns the image bounds in the specified measurement units.

RectangleF System::Drawing::Image::GetBounds(GraphicsUnit &page_unit)

Arguments

ParameterTypeDescription
page_unitGraphicsUnit&Measurement unit

Return Value

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

See Also