dialog_handler =newDialogHandlers (this);// Create a blank documentLayer background = PintaCore.Layers.AddNewLayer ("Background");using(Cairo.Context g =newCairo.Context (background.Surface)) { g.SetSourceRGB(255,255,255); g.Paint (); } PintaCore.Workspace.Filename ="Untitled1"; PintaC...