Click or drag to resize
SpriteBaseOldPixelX Property
The horizontal pixel coordinate that the sprite was at on the previous frame

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

Property Value

Type: Int32
Remarks
A pixel coordinate is the actual coordinate (oldX in this case) rounded toward zero to yield an integer.
See Also