示例#1
0
        internal override void Read(Class434 or, Class259 ob)
        {
            base.Read(or, ob);
            Interface30 objectBitStream = or.ObjectBitStream;

            this.int_0 = objectBitStream.imethod_11();
            this.imageDisplayFrameFlag_0 = (ImageDisplayFrameFlag)objectBitStream.imethod_14();
            this.imageDisplayQuality_0   = (ImageDisplayQuality)objectBitStream.imethod_14();
            this.imageInsertionUnits_0   = (ImageInsertionUnits)objectBitStream.imethod_14();
        }
示例#2
0
        public override void CopyFrom(DxfHandledObject from, CloneContext cloneContext)
        {
            base.CopyFrom(from, cloneContext);
            DxfRasterVariables dxfRasterVariables = (DxfRasterVariables)from;

            this.int_0 = dxfRasterVariables.int_0;
            this.imageDisplayFrameFlag_0 = dxfRasterVariables.imageDisplayFrameFlag_0;
            this.imageDisplayQuality_0   = dxfRasterVariables.imageDisplayQuality_0;
            this.imageInsertionUnits_0   = dxfRasterVariables.imageInsertionUnits_0;
        }