SuspendPaint() 개인적인 메소드

private SuspendPaint ( LayoutCallbacks layoutCallbacks ) : void
layoutCallbacks LayoutCallbacks
리턴 void
예제 #1
0
		public LayoutCallbacks(RootBox root)
		{
			m_root = root;
			m_root.SuspendPaint(this);
		}
예제 #2
0
 public LayoutCallbacks(RootBox root)
 {
     m_root = root;
     m_root.SuspendPaint(this);
 }