ImageGenerator.Height Property

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

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

Syntax

C#
public int Height { get; set; }

Property Value

The height, in pixels, of the resulting bitmap.

Implements

IImageParams.Height

See Also

Reference