MegaMan.LevelEditor.RectangleTool.Click C# (CSharp) Метод

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

public Click ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location Point
Результат void
        public void Click(ScreenDrawingSurface surface, Point location)
        {
            tx1 = location.X / surface.Screen.Tileset.TileSize;
            ty1 = location.Y / surface.Screen.Tileset.TileSize;
            held = true;
        }