Constellation's 2D graphics settings.
Read-only property
[Visual Basic .NET] |
---|
Public Property Graphics() As IAgCnGraphics |
[C#] |
---|
public IAgCnGraphics Graphics {get;} |
[Managed C++] |
---|
public: __property IAgCnGraphics ^ get_Graphics(); |
[Unmanaged C++] |
---|
public: HRESULT get_Graphics( IAgCnGraphics ** ppRetVal ); |
[Java] |
---|
public IAgCnGraphics getGraphics(); |
[Python - STK API ] |
---|
@property def Graphics(self) -> "IAgCnGraphics": |