SpriteBasePixelY Property |
Vertical position of the sprite within the layer rounded toward zero to yield an integer.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public int PixelY { get; }
Property Value
Type:
Int32Remarks This can only be changed by changing the sprite's
dy property.
See Also