Exemplo n.º 1
0
 public Class1022(
     DxfEntity insert,
     DrawContext.Surface drawContext,
     Graphics graphics,
     IGraphicElementBlock parentGraphicElementBlock,
     GraphicElementInsert graphicElementInsert)
 {
     this.method_0(insert, drawContext, graphics, parentGraphicElementBlock, graphicElementInsert);
     graphicElementInsert.InsertCells = new GraphicElementInsert.InsertCell[1, 1];
 }
Exemplo n.º 2
0
 public Class1022(
     DxfInsert insert,
     DrawContext.Surface drawContext,
     Graphics graphics,
     IGraphicElementBlock parentGraphicElementBlock,
     GraphicElementInsert graphicElementInsert)
 {
     this.method_0((DxfEntity)insert, drawContext, graphics, parentGraphicElementBlock, graphicElementInsert);
     graphicElementInsert.InsertCells         = new GraphicElementInsert.InsertCell[(int)insert.RowCount, (int)insert.ColumnCount];
     graphicElementInsert.AttributeBlockCells = new Matrix4D[(int)insert.RowCount, (int)insert.ColumnCount];
 }
Exemplo n.º 3
0
 private void method_0(
     DxfEntity insert,
     DrawContext.Surface drawContext,
     Graphics graphics,
     IGraphicElementBlock parentGraphicElementBlock,
     GraphicElementInsert graphicElementInsert)
 {
     this.dxfEntity_0            = insert;
     this.surface_0              = drawContext;
     this.graphics_0             = graphics;
     this.igraphicElementBlock_0 = parentGraphicElementBlock;
     this.graphicElementInsert_0 = graphicElementInsert;
 }