STK Graphics PrimitivesSend comments on this topic.
VignetteEnabled Property (IAgStkGraphicsVisualEffects)
See Also
Windows





Windows & Linux

Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property VignetteEnabled() As Boolean
[C#]
public bool VignetteEnabled {get; set;}
[Managed C++]
public: __property bool get_VignetteEnabled();
public: __property void set_VignetteEnabled( bool );
[Unmanaged C++]
public: HRESULT get_VignetteEnabled(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_VignetteEnabled(
    VARIANT_BOOL VignetteEnabled
);
[Java]
public bool getVignetteEnabled();
public void setVignetteEnabled(
    bool
);
[Python - STK API ]
@property
def VignetteEnabled(self) -> bool:

@VignetteEnabled.setter
def VignetteEnabled(self, VignetteEnabled:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.