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




column
X offset in requested row.
row
Number of row in image.
pixelsQty
Quantity of pixels to be retrieved.

Glossary Item Box

Returns an array of pixels that are exact copies of the pixels located in requested row part of the row.

Syntax

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

Parameters

column
X offset in requested row.
row
Number of row in image.
pixelsQty
Quantity of pixels to be retrieved.

Return Value

Non-null reference to ImGearPixelArray class.

Remarks

Throws an exception if the specified points are outside of the image area.

See Also

©2013. Accusoft Corporation. All Rights Reserved.