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




column
X coordinate of requested pixel.
row
Y coordinate of requested pixel.

Glossary Item Box

Returns exact copy of requested pixel.

Syntax

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

Parameters

column
X coordinate of requested pixel.
row
Y coordinate of requested pixel.

Return Value

ImGearPixel class instance.

Remarks

Throws an exception if the coordinates of the requested pixel are outside of the image bounds.

See Also

©2013. Accusoft Corporation. All Rights Reserved.