Aurigma Graphics Mill 5.5 for .NET
IImageList..::.RemoveByKey Method
Removes an image with the specified key from the list.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
Sub RemoveByKey ( _ key As Object _ )
C#
void RemoveByKey( Object key )
Parameters
- key
-
Type: System..::.Object
The key of the image to remove.
Remarks
If the list does not contain an image with the specified key, the list remains unchanged. No exception is thrown.