Exemplo n.º 1
0
        private static Command ReadNamePrecision(MetafileReader reader)
        {
            var namePrecision = MetafileDescriptorReader.NamePrecision(reader);

            reader.Descriptor.NamePrecision = namePrecision.Precision;
            return(namePrecision);
        }
Exemplo n.º 2
0
        private static Command ReadColorIndexPrecision(MetafileReader reader)
        {
            var colorIndexPrecision = MetafileDescriptorReader.ColorIndexPrecision(reader);

            reader.Descriptor.ColorIndexPrecision = colorIndexPrecision.Precision;
            return(colorIndexPrecision);
        }
Exemplo n.º 3
0
        private static Command ReadRealPrecision(MetafileReader reader)
        {
            var realPrecision = MetafileDescriptorReader.RealPrecision(reader);

            reader.Descriptor.RealPrecision = realPrecision.Specification;
            return(realPrecision);
        }
Exemplo n.º 4
0
        private static Command ReadIndexPrecision(MetafileReader reader)
        {
            var indexPrecision = MetafileDescriptorReader.IndexPrecision(reader);

            reader.Descriptor.IndexPrecision = indexPrecision.Precision;
            return(indexPrecision);
        }
Exemplo n.º 5
0
        private static Command ReadVdcType(MetafileReader reader)
        {
            var vdcType = MetafileDescriptorReader.VdcType(reader);

            reader.Descriptor.VdcType = vdcType.Specification;
            return(vdcType);
        }