Removes an image with the specified key from the list.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Sub RemoveByKey ( _ key As Object _ )
void RemoveByKey( Object key )
Type: System.Object
The key of the image to remove.If the list does not contain an image with the specified key, the list remains unchanged. No exception is thrown.