Description
Gets the minimum silhouette width, in pixels, supported by the video card.
Property type
Read-only property
Syntax
| [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();
|
| [Python - STK API] |
|---|
@property
def MinimumSilhouetteWidthSupported(self) -> float:
|
See Also