VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / HalftoneRecognitionCommand Class / HalftoneRecognitionCommand Constructors / HalftoneRecognitionCommand Constructor(Int32,Int32,Size)
Syntax Requirements SeeAlso
In This Topic
    HalftoneRecognitionCommand Constructor(Int32,Int32,Size)
    In This Topic
    Initializes a new instance of the HalftoneRecognitionCommand class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal maxSegmentSize
    Maximal length, in pixels, of a halftone segment.
    As System.Int32, _
    ByVal cellSize
    Size, in pixels, of cells the image is divided into.
    As System.Int32, _
    ByVal minHalftoneSize
    Minimal 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also