Draw() 개인적인 메소드

private Draw ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void
예제 #1
0
 internal void DrawSelectionRectangle(Graphics g)
 {
     selectionArea.Draw(g);
 }
예제 #2
0
        internal override void Draw(Graphics g)
        {
            IsInvalidated = false;

            rectangle.Draw(g);
        }