AGI STK Graphics 11 Send comments on this topic.
UseTransparentColor Property (IAgStkGraphicsGeospatialImageGlobeOverlay)
See Also 





Description

Gets or sets whether Transparent Color should be used.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseTransparentColor();
public: __property void set_UseTransparentColor(
bool
);

[Unmanaged C++]
public: HRESULT get_UseTransparentColor(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseTransparentColor(
VARIANT_BOOL NewUseTransparentColor
);

[Java]
public bool getUseTransparentColor();public void setUseTransparentColor(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1