AGI STK Objects 11 Send comments on this topic.
UseSoftTransparency Property (IAgVOMarkerFile)
See Also 





Description

Whether to use soft transparency. Soft transparency shows smoother edges for images with a transparency channel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSoftTransparency() As Boolean

[C#]
public bool UseSoftTransparency {get; set;}

[Managed C++]
public: __property bool get_UseSoftTransparency();
public: __property void set_UseSoftTransparency(
bool
);

[Unmanaged C++]
public: HRESULT get_UseSoftTransparency(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseSoftTransparency(
VARIANT_BOOL NewUseSoftTransparency
);

[Java]
public bool getUseSoftTransparency();public void setUseSoftTransparency(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1