GetBounds()

Region::GetBounds(const SharedPtr<Graphics>&) const method

Gets a RectangleF structure that represents a rectangle that bounds this Region on the drawing surface of a Graphics object.

RectangleF System::Drawing::Region::GetBounds(const SharedPtr<Graphics> &graphics) const

Arguments

ParameterTypeDescription
graphicsconst SharedPtr<Graphics>&The Graphics on which this Region is drawn.

See Also