ImageGear22.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : GetAreaCopy Method |
'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 )