public override void CopyFrom(DxfHandledObject from, CloneContext cloneContext) { base.CopyFrom(from, cloneContext); DxfEntity dxfEntity = (DxfEntity)from; this.Layer = Class906.GetLayer(cloneContext, dxfEntity.Layer); this.entityColor_0 = dxfEntity.entityColor_0; this.transparency_0 = dxfEntity.transparency_0; this.DxfColor = Class906.smethod_10(cloneContext, dxfEntity.DxfColor); this.LineType = Class906.GetLineType(cloneContext, dxfEntity.LineType); this.double_0 = dxfEntity.double_0; this.short_0 = dxfEntity.short_0; this.bool_0 = dxfEntity.bool_0; this.bool_1 = dxfEntity.bool_1; }