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