Finds the last sprite with given properties.

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

Syntax

C#
public XSprite LastFindSprite(
	Object attribute,
	Object attributeValue
)

Parameters

attribute
Type: System..::.Object
Attribute name.
attributeValue
Type: System..::.Object
Attribute value.

Return Value

Returns found sprite.

See Also