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




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

Glossary Item Box

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

Syntax

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

Parameters

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

Return Value

ImGearPixelArray class instance.

Remarks

Throws exception if specified points are outside image bounds.

See Also

©2013. Accusoft Corporation. All Rights Reserved.