'宣言 Public MustOverride Sub setData( _ ByVal arr As System.Object _ )
'使用法 Dim instance As DataBlk Dim arr As System.Object instance.setData(arr)
public abstract void setData( System.object arr )
パラメータ
- arr
- The new data array to use
The size of the array is not necessarily checked for consistency with w and h or any other fields.
Each implementing class should provide a type specific equivalent method (e.g., setDataInt() in GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image.DataBlkInt) which takes an array of the correct type explicitly and not through an System.Object.
'宣言 Public MustOverride Sub setData( _ ByVal arr As System.Object _ )
'使用法 Dim instance As DataBlk Dim arr As System.Object instance.setData(arr)
public abstract void setData( System.object arr )