Azmyth.Editor.ColorTool.ColorTool C# (CSharp) 메소드

ColorTool() 공개 메소드

public ColorTool ( ) : System
리턴 System
        public ColorTool()
        {
            InitializeComponent();

                SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
                SetStyle(ControlStyles.AllPaintingInWmPaint, true);
                SetStyle(ControlStyles.ResizeRedraw, true);
                SetStyle(ControlStyles.UserPaint, true);

                SelectColor(0);
        }