ImageGear .NET
ProcessPixel Method (IImGearPixelProcessor)




The pixel to be processed.
The method must return the new pixel after processing.
Syntax
'Declaration
 
Function ProcessPixel( _
   ByVal pixel As ImGearPixel _
) As ImGearPixel
'Usage
 
Dim instance As IImGearPixelProcessor
Dim pixel As ImGearPixel
Dim value As ImGearPixel
 
value = instance.ProcessPixel(pixel)
ImGearPixel ProcessPixel( 
   ImGearPixel pixel
)
ImGearPixel* ProcessPixel( 
   ImGearPixel* pixel
) 
ImGearPixel^ ProcessPixel( 
   ImGearPixel^ pixel
) 

Parameters

pixel
The pixel to be processed.

Return Value

See Also

Reference

IImGearPixelProcessor Interface
IImGearPixelProcessor Members
ImGearPixel Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback