Description
Controls pattern subsampling
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseNativeResolution() As Boolean
|
| [C#] |
|---|
public bool UseNativeResolution {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseNativeResolution(); public: __property void set_UseNativeResolution( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseNativeResolution( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseNativeResolution( VARIANT_BOOL NewUseNativeResolution );
|
| [Java] |
|---|
public bool getUseNativeResolution();public void setUseNativeResolution( bool );
|
See Also