Width Property
Summary
Gets the width of the image in pixels.
Syntax
[DataMemberAttribute(Name="Width", IsRequired=true)]
public int Width { get; }
Public ReadOnly Property Width As Integer
public:
property int Width {
int get();
}
Property Value
The width of the image in pixels.