Beispiel #1
0
 public void EndGeometry()
 {
     if (this.class925_0 == null)
     {
         throw new InvalidOperationException("There is no current geometry.");
     }
     this.class925_0 = (WireframeGraphics2Cache.Class925)null;
 }
Beispiel #2
0
 public void BeginGeometry(
     DxfEntity entity,
     DrawContext.Wireframe drawContext,
     ArgbColor color,
     bool forText,
     bool fill,
     bool stroke,
     bool correctForBackgroundColor)
 {
     if (this.class925_0 != null)
     {
         throw new InvalidOperationException("BeginGeometry calls may not be nested.");
     }
     this.class925_0 = new WireframeGraphics2Cache.Class925(entity, drawContext, color, forText, fill, stroke, correctForBackgroundColor);
     this.linkedListNodeRef_0.Insert((IWireframeDrawable2)this.class925_0);
 }