2D static graphics options.
Read-only property
[Visual Basic .NET] |
---|
Public Property Static() As IAgCvGfxStatic |
[C#] |
---|
public IAgCvGfxStatic Static {get;} |
[Managed C++] |
---|
public: __property IAgCvGfxStatic ^ get_Static(); |
[Unmanaged C++] |
---|
public: HRESULT get_Static( IAgCvGfxStatic ** ppVal ); |
[Java] |
---|
public IAgCvGfxStatic getStatic(); |
[Python - STK API ] |
---|
@property def Static(self) -> "IAgCvGfxStatic": |