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