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.