STK ObjectsSend comments on this topic.
Graphics Property (IAgAreaTarget)
See Also
Windows





Windows & Linux

Description

Get the area target's 2D Graphics properties.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Graphics() As IAgATGraphics
[C#]
public IAgATGraphics Graphics {get;}
[Managed C++]
public: __property IAgATGraphics ^ get_Graphics();
[Unmanaged C++]
public: HRESULT get_Graphics(
    IAgATGraphics ** ppGraphics
);
[Java]
public IAgATGraphics getGraphics();
[Python - STK API ]
@property
def Graphics(self) -> "IAgATGraphics":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.