Finds the sprite with given properties.

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

Syntax

C#
public XSprite Find(
	Object attribute,
	Object attributeValue,
	int level
)

Parameters

attribute
Type: System..::.Object
Attribute name.
attributeValue
Type: System..::.Object
Attribute value.
level
Type: System..::.Int32
Maximal search level in the Sprites collection. The MaxValue value defines maximal search level.

Return Value

Returns found sprite.

See Also