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