Get the ship's 2D Graphics properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Graphics() As IAgShGraphics
|
[C#] |
---|
public IAgShGraphics Graphics {get;}
|
[Managed C++] |
---|
public: __property IAgShGraphics^ get_Graphics();
|
[Unmanaged C++] |
---|
public: HRESULT get_Graphics(
|
[Java] |
---|
public IAgShGraphics getGraphics();
|