AGI STK Graphics 11 Send comments on this topic.
BackgroundColor Property (IAgStkGraphicsScene)
See Also 





Description

Gets or sets the background color of the scene.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackgroundColor() As System.Drawing.Color

[C#]
public System.Drawing.Color BackgroundColor {get; set;}

[Managed C++]
public: __property uint^ get_BackgroundColor();
public: __property void set_BackgroundColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BackgroundColor(
uint ** ppRetVal
);
public: HRESULT put_BackgroundColor(
uint * pNewBackgroundColor
);

[Java]
public long getBackgroundColor();public void setBackgroundColor(
long
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1