Indicates whether the sprite is contained in the sprite sprite.

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

Syntax

C#
public bool IsSubordinateOf(
	XSprite sprite
)

Parameters

sprite
Type: SGP.XSpace..::.XSprite
The XSprite sprite being tested.

Return Value

Returns trueTruetruetrue (True in Visual Basic) if this sprite is contained in the sprite sprite.

See Also