|  | This document is archived and information here might be outdated. Recommended version. | 
Removes the graphic specified by the supplied ID.
[Visual Basic .NET]
Public Sub Remove ( _
    ByVal id As Integer _
)
[C#]
public void Remove (
    int id
);
[C++]
HRESULT Remove(
  long id
);
[C++] Parameters id [in]
id is a parameter of type long
Removes the graphic; so it is no longer tracked.