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 public int PixelX { get; }
Property Value
Type:
Int32Remarks This can only be changed by changing the sprite's
dx property.
See Also