Image.GetFittingRectangle
Contents
[
Hide
]GetFittingRectangle(Rectangle, int, int)
Gets rectangle which fits the current image.
public static Rectangle GetFittingRectangle(Rectangle rectangle, int width, int height)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to get fitting rectangle for. |
width | Int32 | The object width. |
height | Int32 | The object height. |
Return Value
The fitting rectangle or exception if no fitting rectangle can be found.
See Also
- struct Rectangle
- class Image
- namespace Aspose.Imaging
- assembly Aspose.Imaging
GetFittingRectangle(Rectangle, int[], int, int)
Gets rectangle which fits the current image.
public static Rectangle GetFittingRectangle(Rectangle rectangle, int[] pixels, int width,
int height)
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to get fitting rectangle for. |
pixels | Int32[] | The 32-bit ARGB pixels. |
width | Int32 | The object width. |
height | Int32 | The object height. |
Return Value
The fitting rectangle or exception if no fitting rectangle can be found.
See Also
- struct Rectangle
- class Image
- namespace Aspose.Imaging
- assembly Aspose.Imaging