WmfImage.ResizeCanvas
WmfImage.ResizeCanvas method
Resize the canvas of the image, adjusting its dimensions while retaining the image content. Utilize this method to modify the size of the canvas without altering the content, facilitating layout adjustments and composition changes within your application.
public override void ResizeCanvas(Rectangle newRectangle)
Parameter | Type | Description |
---|---|---|
newRectangle | Rectangle | The new rectangle. |
Exceptions
exception | condition |
---|---|
NotImplementedException |
See Also
- struct Rectangle
- class WmfImage
- namespace Aspose.Imaging.FileFormats.Wmf
- assembly Aspose.Imaging