Sprite.Image Property
Animation Studio Reference

Sprite.Image Property

The Bitmap of the sprite. DrawText must be set to false to show the sprite. TransparentColor matches the color of regions which should be shown transparent.

[Visual Basic]
Public Property Image As Bitmap
[C#]
public System.Drawing.Bitmap Image {get; set;}

See Also

Sprite Class | AnimationStudio Namespace | DrawText | TransparentColor