Click or drag to resize
SpriteBasePixelX Property
Horizontal 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 PixelX { get; }

Property Value

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