Click or drag to resize
SpriteMouseLeaveTransparent Event
When the mouse moves off the non-transparent portion of the sprite. Use this for a menu, when you want the menu item to stop glowing when the mouse moves away from the menu item sprite.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public event SpriteSpriteEventHandler MouseLeaveTransparent

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also