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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1