TransformsProvider.Resize Method (Size)

Resizes the bitmap to the specified dimensions.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Resize(
	Size size
)

Parameters

size

Type: System.Drawing.Size

A Size structure containing width and height of the resulting image.

See Also

Reference