ImageGenerator.Width Property

Gets or set the width, in pixels, of the resulting bitmap.

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

Syntax

C#
public int Width { get; set; }

Property Value

The width, in pixels, of the resulting bitmap.

Implements

IImageParams.Width

See Also

Reference