Gets/sets a width of resized bitmap.

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

Syntax

Visual Basic

Public Property Width As Single

C#

public float Width { get; set; }

Property Value

Width of resized bitmap.

Remarks

If this value is set to 0, it is calculated automatically to preserve bitmap aspect ratio. Width and Height cannot be set to 0 at the same time.

Default value is 0.