Width

ImageContent.Width property

Gets the width of this ImageContent in pixels.

public int Width { get; }

Property Value

The width of this ImageContent in pixels.

Remarks

Returns the width of the active frame for a multiframe image.

See Also