public static bool IsMove(this CanvasOperTypes operType) { return(((int)operType & 0x02) != 0); }
public static bool IsPreview(this CanvasOperTypes operType) { return(((int)operType & 0x01) != 0); }