GetFittingRectangle

Image.GetFittingRectangle method (1 of 2)

Gets rectangle which fits the current image.

public static Rectangle GetFittingRectangle(Rectangle rectangle, int width, int height)
ParameterTypeDescription
rectangleRectangleThe rectangle to get fitting rectangle for.
widthInt32The object width.
heightInt32The 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.

public static Rectangle GetFittingRectangle(Rectangle rectangle, int[] pixels, int width, 
    int height)
ParameterTypeDescription
rectangleRectangleThe rectangle to get fitting rectangle for.
pixelsInt32[]The 32-bit ARGB pixels.
widthInt32The object width.
heightInt32The object height.

Return Value

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

See Also