ImageGear for .NET
GetLineCopy Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : GetLineCopy Method




startColumn
X dimension of line start point.
startRow
Y dimension of line start point.
endColumn
X dimension of line end point.
endRow
Y dimension of line end point.

Glossary Item Box

Returns an array of pixels that are exact copies of pixels located in the requested area of image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

startColumn
X dimension of line start point.
startRow
Y dimension of line start point.
endColumn
X dimension of line end point.
endRow
Y dimension of line end point.

Return Value

ImGearPixelArray class instance.

Remarks

Incoming coordinates must not exceed the image area bounds. Otherwise, an exception will be thrown.

See Also

©2013. Accusoft Corporation. All Rights Reserved.