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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.