Gets the minimum pixel size supported by the video card.
Read-only property
[Visual Basic .NET] |
---|
Public Property MinimumPixelSizeSupported() As Single |
[C#] |
---|
public float MinimumPixelSizeSupported {get;} |
[Managed C++] |
---|
public: __property float get_MinimumPixelSizeSupported(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinimumPixelSizeSupported( float * pRetVal ); |
[Java] |
---|
public float getMinimumPixelSizeSupported(); |