ImageGear for .NET
ImGearPixelCheckerThreshold Constructor




Initial pixel value.
Threshold value.
Initializes a new instance of the ImGearPixelCheckerThreshold class.
Syntax
public ImGearPixelCheckerThreshold( 
   ImGearPixel startPixel,
   int threshold
)
public: ImGearPixelCheckerThreshold( 
   ImGearPixel* startPixel,
   int threshold
)
public:
ImGearPixelCheckerThreshold( 
   ImGearPixel^ startPixel,
   int threshold
)
'Declaration
 
Public Function New( _
   ByVal startPixel As ImGearPixel, _
   ByVal threshold As Integer _
)
 
'Usage
 
Dim startPixel As ImGearPixel
Dim threshold As Integer
 
Dim instance As New ImGearPixelCheckerThreshold(startPixel, threshold)

Parameters

startPixel
Initial pixel value.
threshold
Threshold value.
See Also

Reference

ImGearPixelCheckerThreshold Class
ImGearPixelCheckerThreshold Members
ImGearPixel Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback