ILNumerics Ultimate VS

TextureStorageExists Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
test, if a key exists in the texture storage

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public bool Exists(
	string key
)

Parameters

key
Type: SystemString
unique key to be tested for

Return Value

Type: Boolean
true if a texture item associated with that key exists, false otherwise
Remarks

[ILNumerics Visualization Engine]

See Also

Reference