ResizeCanvas

EmfImage.ResizeCanvas method

Resize the canvas with ease using this function. Perfect for adjusting the overall dimensions of the image without altering its content. Enhance presentation and prepare images for various display sizes effortlessly.

public override void ResizeCanvas(Rectangle newRectangle)
ParameterTypeDescription
newRectangleRectangleThe new rectangle.

See Also