Finds the IXSpriteDecorator decorator with the name name.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public IXSpriteDecorator FindDecorator(
	string name
)

Parameters

name
Type: System..::.String
Decorator name.

Return Value

Returns the IXSpriteDecorator decorator with the name name.

See Also