Returns the 2D graphics properties of the
line target.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Graphics() As IAgLtGraphics
|
| [C#] |
|---|
public IAgLtGraphics Graphics {get;}
|
| [Managed C++] |
|---|
public: __property IAgLtGraphics^ get_Graphics();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Graphics(
|
| [Java] |
|---|
public IAgLtGraphics getGraphics();
|