'Declaration Public MustOverride Function GetAreaCopy( _ ByVal startColumn As Integer, _ ByVal startRow As Integer, _ ByVal endColumn As Integer, _ ByVal endRow As Integer _ ) As ImGearPixelArray
'Usage Dim instance As ImGearDIB Dim startColumn As Integer Dim startRow As Integer Dim endColumn As Integer Dim endRow As Integer Dim value As ImGearPixelArray value = instance.GetAreaCopy(startColumn, startRow, endColumn, endRow)
public abstract ImGearPixelArray GetAreaCopy( int startColumn, int startRow, int endColumn, int endRow )
public: abstract ImGearPixelArray* GetAreaCopy( int startColumn, int startRow, int endColumn, int endRow )
public: abstract ImGearPixelArray^ GetAreaCopy( int startColumn, int startRow, int endColumn, int endRow )
Parameters
- startColumn
- X coordinate of top-left point of rectangular area.
- startRow
- Y coordinate of top-left point of rectangular area.
- endColumn
- X coordinate of bottom-right point of rectangular area.
- endRow
- Y coordinate of bottom-right point of rectangular area.
Return Value
ImGearPixelArray class object.