public override byte[] getRow(
int y,
byte[] row
)Public Overrides Function getRow (
y As Integer,
row As Byte()
) As Byte()public:
virtual array<unsigned char>^ getRow(
int y,
array<unsigned char>^ row
) overrideabstract getRow :
y : int *
row : byte[] -> byte[]
override getRow :
y : int *
row : byte[] -> byte[]