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

In This Topic
    ReadColorF Method
    In This Topic
    Reads a ColorF.
    Syntax
    'Declaration
     
    Public Function ReadColorF() As ColorF
    public ColorF ReadColorF()

    Return Value

    an Color4 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