indice.Edi.Picture.Picture C# (CSharp) Метод

Picture() публичный Метод

public Picture ( byte length ) : System
length byte
Результат System
        public Picture(byte length) {
            _Scale = length;
            _Precision = 0;
            _Kind = PictureKind.Alphanumeric;
        }

Same methods

Picture::Picture ( byte length, PictureKind kind ) : System
Picture::Picture ( byte integerLength, byte decimalLength ) : System
Picture::Picture ( byte integerLength, byte decimalLength, PictureKind kind ) : System