SetScaleXRatioToY
Introduction
Code Example
Sprite sprite = SpriteManager.AddSprite("redball.bmp");
sprite.ScaleY = 10;
sprite.SetScaleXRatioToY();
Last updated
Was this helpful?
Sprite sprite = SpriteManager.AddSprite("redball.bmp");
sprite.ScaleY = 10;
sprite.SetScaleXRatioToY();
Last updated
Was this helpful?
Was this helpful?