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






Windows & Linux

Description

Gets or sets the color of the Projection's frustum.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FrustumColor() As System.Drawing.Color
[C#]
public System.Drawing.Color FrustumColor {get; set;}
[Managed C++]
public: __property uint^ get_FrustumColor();
public: __property void set_FrustumColor(
   uint ^
);
[Unmanaged C++]
public: HRESULT get_FrustumColor(
   uint ** ppRetVal
);
public: HRESULT put_FrustumColor(
   uint * pNewFrustumColor
);
[Java]
public long getFrustumColor();public void setFrustumColor(
   long
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.