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





Windows & Linux

Description

Get the 2D Graphics properties of the target.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.