indice.Edi.Picture.Picture C# (CSharp) Method

Picture() public method

public Picture ( byte length ) : System
length byte
return 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