Gets the width in pixels.
Read-write property
[Visual Basic .NET] |
---|
Public Property Width() As Integer |
[C#] |
---|
public int Width {get; set;} |
[Managed C++] |
---|
public: __property int get_Width(); |
[Unmanaged C++] |
---|
public: HRESULT get_Width( int * pRetVal ); public: HRESULT put_Width( int Width ); |
[Java] |
---|
public Integer getWidth(); public void setWidth( Integer ); |