Beispiel #1
0
 public override void PostLoad()
 {
     base.PostLoad();
     if (this.Document.EditMode)
     {
         BGI.DelayDraw    = false;
         this.LinePattern = BGI.GetLinePattern(BGICanvas.LineStyle.User);
         this.FillPattern = BGI.GetFillPattern(BGICanvas.FillStyle.User);
         SelectTool <Rip.Tools.Line>();
     }
 }