How can we improve?
public abstract ImGearPixelArray GetRowCopy( int column, int row, int pixelsQty )
public: abstract ImGearPixelArray* GetRowCopy( int column, int row, int pixelsQty )
public: abstract ImGearPixelArray^ GetRowCopy( int column, int row, int pixelsQty )
'Declaration Public MustOverride Function GetRowCopy( _ ByVal column As Integer, _ ByVal row As Integer, _ ByVal pixelsQty 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)
ImGearDIB Class ImGearDIB Members ImGearPixelArray Class