public Context CreateClippedContext() { Context g = new Context (CurrentUserLayer.Surface); Selection.Clip (g); return g; }