ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / DataStream Class / ReadShort Method

In This Topic
    ReadShort Method
    In This Topic
    Reads a short.
    Syntax
    'Declaration
     
    Public Function ReadShort() As System.Short
    public System.short ReadShort()

    Return Value

    an short from the stream
    Remarks
    In order to provide faster read/write, this operation doesn't check stream bound. A client must carefully not read/write above the size of this datastream.
    See Also