Click or drag to resize

SpriteBaseImageLocation Property

The sprite location as found on the base image. This is usually the easiest location to use. Use this to figure out where the sprite is, but use the PutBaseImageLocation(Point) function to move it to another location.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public Point BaseImageLocation { get; }

Property Value

Type: Point
See Also