Exemplo n.º 1
0
        internal override void vmethod_12(Class432 ow)
        {
            Interface29 objectWriter = ow.ObjectWriter;

            objectWriter.imethod_14(this.proxyGraphics_0 != null);
            if (this.proxyGraphics_0 == null)
            {
                return;
            }
            PagedMemoryStream from = new PagedMemoryStream(4096L, 4096);

            this.proxyGraphics_0.Write((Stream)from, ow.Model);
            if (ow.Version < DxfVersion.Dxf24)
            {
                objectWriter.imethod_19((int)from.Length);
            }
            else
            {
                objectWriter.imethod_34(from.Length);
            }
            from.Position = 0L;
            Class724.smethod_2(from, objectWriter);
        }