ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / DataPointer Structure / ToArray Method / ToArray() Method

In This Topic
    ToArray() Method
    In This Topic
    Converts this instance to a read only byte buffer.
    Syntax
    'Declaration
     
    Public Overloads Function ToArray() As Byte()
    public byte[] ToArray()
    See Also