[]
Determines whether the image collection contains the specified image.
public bool Contains(string imageID)
Public Function Contains(imageID As String) As Boolean
Type | Name | Description |
---|---|---|
string | imageID | The ID of the image. |
Type | Description |
---|---|
bool |
|
Determines whether the image collection contains a specified image.
public bool Contains(SpreadImage img)
Public Function Contains(img As SpreadImage) As Boolean
Type | Name | Description |
---|---|---|
SpreadImage | img | The image to locate in the image collection. |
Type | Description |
---|---|
bool |
|