Click or drag to resize
SpriteBaseSolidWidth Property
How many pixels wide is the solid area of this sprite.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public abstract int SolidWidth { get; }

Property Value

Type: Int32
Remarks
The solid area of the sprite is the area that avoids overlapping solid areas of the map. The width is measured from the origin and extends rightward.
See Also