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