VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / HalftoneRecognitionCommand Class / CellSize Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    CellSize Свойство (HalftoneRecognitionCommand)
    В этом разделе
    Возвращает или задает размер в пикселях ячеек, на которые разделено изображение.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The size, in pixels, of cells the image is divided into.
    Valid values are from 10 to 500.")>
    <DefaultValueAttribute(20)>
    Public Property CellSize As System.Int32
    
    
    [Description("The size, in pixels, of cells the image is divided into.
    Valid values are from 10 to 500.")]
    [DefaultValue(20)]
    public System.Int32 CellSize { get; set; }
    
    
    [Description("The size, in pixels, of cells the image is divided into.
    Valid values are from 10 to 500.")]
    [DefaultValue(20)]
    public: __property System.Int32 get_CellSize();
    public: __property void set_CellSize(
    System.Int32 value
    );
    [Description("The size, in pixels, of cells the image is divided into.
    Valid values are from 10 to 500.")]
    [DefaultValue(20)]
    public:
    property System.Int32 CellSize { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Допустимые значения: от 10 до 500. Значение по умолчанию - 20.
    Ремарки

    Ячейка - это область изображения, которая содержит или не содержит полутона.

    Ячейка полутонов - это ячейка, содержащая полутона.

    Область полутонов состоит из соседних ячейок полутонов.

    Чем меньший размер ячейки тем выше точность распознавания контуров полутоновых областей, но медленнее распознавание.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также