Tibialyzer.MapPictureBox.MapPictureBox C# (CSharp) Method

MapPictureBox() public method

public MapPictureBox ( ) : System
return System
        public MapPictureBox()
        {
            mapImage = null;
            mapCoordinate = null;
            beginCoordinate = null;
            sourceWidth = 0;
            beginWidth = 0;
            targets = new List<Target>();
            paths = new List<TibiaPath>();
            map = null;
            otherMap = null;
            refreshTimer = new SafeTimer(50, RefreshMapTimer);
        }