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






Windows & Linux

Description

Gets or sets the Color that will become transparent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TransparentColor() As System.Drawing.Color
[C#]
public System.Drawing.Color TransparentColor {get; set;}
[Managed C++]
public: __property uint^ get_TransparentColor();
public: __property void set_TransparentColor(
   uint ^
);
[Unmanaged C++]
public: HRESULT get_TransparentColor(
   uint ** ppRetVal
);
public: HRESULT put_TransparentColor(
   uint * pNewTransparentColor
);
[Java]
public long getTransparentColor();public void setTransparentColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.