Click or drag to resize
LayerBaseIsSpriteVisible Method
Determines if any part of the specified sprite is visible in the current view.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public bool IsSpriteVisible(
	SpriteBase sprite
)

Parameters

sprite
Type: (Default Namespace)SpriteBase
Sprite to test.

Return Value

Type: Boolean
True if any part of the specified sprite is visible in the map's CurrentView.
See Also