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