Gets the maximum width, in pixels, supported by the video card.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaximumWidthSupported() As Single |
[C#] |
---|
public float MaximumWidthSupported {get;} |
[Managed C++] |
---|
public: __property float get_MaximumWidthSupported(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumWidthSupported( float * pRetVal ); |
[Java] |
---|
public float getMaximumWidthSupported(); |