VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetHistogramCommand Class / HistogramType Property
Синтаксис Требования Смотрите также
В этом разделе
    HistogramType Свойство (GetHistogramCommand)
    В этом разделе
    Возвращает или задает тип гистограммы.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(All)>
    <DescriptionAttribute("The type of histogram.")>
    Public Property HistogramType As Vintasoft.Imaging.ImageProcessing.HistogramType
    
    
    [DefaultValue(All)]
    [Description("The type of histogram.")]
    public Vintasoft.Imaging.ImageProcessing.HistogramType HistogramType { get; set; }
    
    
    [DefaultValue(All)]
    [Description("The type of histogram.")]
    public: __property Vintasoft.Imaging.ImageProcessing.HistogramType get_HistogramType();
    public: __property void set_HistogramType(
    Vintasoft.Imaging.ImageProcessing.HistogramType value
    );

    Property Value

    Значение по умолчанию: HistogramType.All.
    Требования

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

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