This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapData.Width Property

Returns a width of this BitmapData (in pixels).

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

Syntax

Visual Basic
Public ReadOnly Property Width As Integer
C#
public int Width { get; }

Property Value

A width of this BitmapData (in pixels).

Remarks

This value holds number of pixels stored in a single scan line. To obtain number of bytes occupied with the single scan line, use property Stride.

See Also

Reference