Description
Gets the minimum pixel size supported by the video card.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property MinimumPixelSizeSupported() As Single
|
[C#] |
---|
public float MinimumPixelSizeSupported {get;}
|
[Managed C++] |
---|
public: __property float get_MinimumPixelSizeSupported();
|
[Unmanaged C++] |
---|
public: HRESULT get_MinimumPixelSizeSupported(
float * pRetVal
);
|
[Java] |
---|
public float getMinimumPixelSizeSupported();
|
[Python - STK API] |
---|
@property
def MinimumPixelSizeSupported(self) -> float:
|
See Also