'Declaration Public Function New( _
ByVal maxSegmentSizeMaximal length, in pixels, of a halftone segment.As System.Int32, _
ByVal cellSizeSize, in pixels, of cells the image is divided into.As System.Int32, _
ByVal minHalftoneSizeMinimal size, in pixels, of a halftone region.As System.Drawing.Size _
)
public HalftoneRecognitionCommand(
System.Int32 maxSegmentSize,
System.Int32 cellSize,
System.Drawing.Size minHalftoneSize
)
public: HalftoneRecognitionCommand(
System.Int32 maxSegmentSize,
System.Int32 cellSize,
System.Drawing.Size* minHalftoneSize
)
public:
HalftoneRecognitionCommand(
System.Int32 maxSegmentSize,
System.Int32 cellSize,
System.Drawing.Size^ minHalftoneSize
)
Parameters
- maxSegmentSize
- Maximal length, in pixels, of a halftone segment.
- cellSize
- Size, in pixels, of cells the image is divided into.
- minHalftoneSize
- Minimal size, in pixels, of a halftone region.