Click or drag to resize
SpriteMouseEnterTransparent Event
When the mouse moves over a non-transparent portoin of the sprite. Use this for a menu, when you want the menu item to glow when the mouse is over 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 MouseEnterTransparent

Value

Type: SpriteLibrarySpriteSpriteEventHandler
See Also