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





Windows & Linux

Description

Get the 2D Graphics properties for the receiver.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.