Click or drag to resize

TextureCacheContains Method

Determines whether a texture is registered under the given name.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name to look for.

Return Value

Type: Boolean
true if a texture is registered under this name.
See Also