GetFittingRectangle

Image.GetFittingRectangle method (1 of 2)

Gets rectangle which fits the current drawing.

protected static Rectangle GetFittingRectangle(Rectangle rectangle, int width, int height)
parameterdescription
rectangleThe rectangle to get fitting rectangle for.
widthThe object width.
heightThe object height.

Return Value

The fitting rectangle or exception if no fitting rectangle can be found.

See Also


Image.GetFittingRectangle method (2 of 2)

Gets rectangle which fits the current image.

protected static Rectangle GetFittingRectangle(Rectangle rectangle, int[] pixels, int width, 
    int height)
parameterdescription
rectangleThe rectangle to get fitting rectangle for.
pixelsThe 32-bit ARGB pixels.
widthThe object width.
heightThe object height.

Return Value

The fitting rectangle or exception if no fitting rectangle can be found.

See Also