The graphics for all objects within the
constellation are removed from the 2D Graphics window.
[Visual Basic .NET] |
---|
Public Sub HideGraphics()
|
[C#] |
---|
public void HideGraphics();
|
[Managed C++] |
---|
public: void HideGraphics();
|
[Java] |
---|
public hideGraphics();
|
[Unmanaged C++] |
---|
public: HRESULT HideGraphics();
|