Click or drag to resize
SpriteBaseOldPixelY Property
The vertical 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 OldPixelY { get; }

Property Value

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