Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void
예제 #1
0
 public void SetClipBox(int x1, int y1, int x2, int y2)
 {
     clipBox = new RectInt(x1, y1, x2, y2);
     clipBox.Normalize();
     m_clipping = true;
 }
예제 #2
0
 public void SetClipBox(int x1, int y1, int x2, int y2)
 {
     clipBox = new RectInt(x1, y1, x2, y2);
     clipBox.Normalize();
     m_clipping = true;
 }