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