Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / setData Method
The data array to use. Must be a float array.

In This Topic
    setData Method (DataBlkFloat)
    In This Topic
    Sets the data array to the specified one. The provided array must be a float array, otherwise a Exception is thrown. The size of the array is not checked for consistency with the block's dimensions.
    Syntax
    'Declaration
     
    Public Overrides Sub setData( _
       ByVal arr As Object _
    ) 
    public override void setData( 
       object arr
    )

    Parameters

    arr
    The data array to use. Must be a float array.
    See Also