Description
Gets the maximum pixel size supported by the video card.
Property type
Read-only property
Syntax
| [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();
|
| [Python - STK API] |
|---|
@property
def MaximumPixelSizeSupported(self) -> float:
|
See Also