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 public int OldPixelY { get; }
Property Value
Type:
Int32Remarks A pixel coordinate is the actual coordinate (
oldY in this case)
rounded toward zero to yield an integer.
See Also