Width

EmfPlusBitmap.Width property

Gets or sets image Width Width (4 bytes): A 32-bit signed integer that specifies the width in pixels of the area occupied by the bitmap. If the image is compressed, according to the Type field, this value is undefined and MUST be ignored.

public int Width { get; set; }

Property Value

The width.

See Also