NScumm.MonoGame.XnaGraphicsManager.SetCursor C# (CSharp) Метод

SetCursor() публичный Метод

public SetCursor ( byte pixels, int width, int height, NScumm.Core.Graphics.Point hotspot ) : void
pixels byte
width int
height int
hotspot NScumm.Core.Graphics.Point
Результат void
        public void SetCursor(byte[] pixels, int width, int height, Point hotspot)
        {
            _colorGraphicsManager.SetCursor(pixels, width, height, hotspot);
        }

Same methods

XnaGraphicsManager::SetCursor ( byte pixels, int offset, int width, int height, NScumm.Core.Graphics.Point hotspot, int keyColor ) : void