Elements to draw on the control.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property DrawElements() As AgDrawElemCollection
|
| [C#] |
|---|
public AgDrawElemCollection DrawElements {get;}
|
| [Managed C++] |
|---|
public: __property AgDrawElemCollection^ get_DrawElements();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DrawElements(
|
| [Java] |
|---|
public AgDrawElemCollection getDrawElements();
|
The DrawElements collection contains a list
of elements to display on the Globe control. Currently only
rectangles are supported so rubber-band selection and interaction
is possible.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||