Gets or sets whether or not the vignette effect is enabled. This simulates light being blocked by the lens hood, resulting in a slight darkening at the perimeter of the 3D Window.
Read-write property
[Visual Basic .NET] |
---|
Public Property VignetteEnabled() As Boolean |
[C#] |
---|
public bool VignetteEnabled {get; set;} |
[Managed C++] |
---|
public: __property bool get_VignetteEnabled(); |
[Unmanaged C++] |
---|
public: HRESULT get_VignetteEnabled( VARIANT_BOOL * pRetVal ); public: HRESULT put_VignetteEnabled( VARIANT_BOOL VignetteEnabled ); |
[Java] |
---|
public bool getVignetteEnabled(); public void setVignetteEnabled( bool ); |