'Declaration
Public MustOverride Function GetRowCopy( _
ByVal column As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As ImGearPixelArray
'Usage
Dim instance As ImGearDIB
Dim column As Integer
Dim row As Integer
Dim pixelsQty As Integer
Dim value As ImGearPixelArray
value = instance.GetRowCopy(column, row, pixelsQty)
public abstract ImGearPixelArray GetRowCopy(
int column,
int ,
int
)
public: abstract ImGearPixelArray* GetRowCopy(
int column,
int ,
int
)
public:
abstract ImGearPixelArray^ GetRowCopy(
int column,
int ,
int
)