[]
Returns the overall width of the image in pixels. This is the image's width without accounting for any component subsampling or tiling. The value of w is returned.
public virtual int ImgWidth { get; }
Type | Description |
---|---|
int | The total image's width in pixels. |