Ejemplo n.º 1
0
 public static bool IsMove(this CanvasOperTypes operType)
 {
     return(((int)operType & 0x02) != 0);
 }
Ejemplo n.º 2
0
 public static bool IsPreview(this CanvasOperTypes operType)
 {
     return(((int)operType & 0x01) != 0);
 }