Click or drag to resize
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
C#
public int PixelY { get; }

Property Value

Type: Int32
Remarks
This can only be changed by changing the sprite's dy property.
See Also