VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / DicomDecodingSettings Class / OverlayColor Property
Синтаксис Требования Смотрите также
В этом разделе
    OverlayColor Свойство (DicomDecodingSettings)
    В этом разделе
    Возвращает или задает цвет, который используется для заливки наложенных изображений.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The color, which is used for filling overlay images.")>
    Public Property OverlayColor As Vintasoft.Imaging.ImageColors.Rgb24Color
    
    
    [Description("The color, which is used for filling overlay images.")]
    public Vintasoft.Imaging.ImageColors.Rgb24Color OverlayColor { get; set; }
    
    
    [Description("The color, which is used for filling overlay images.")]
    public: __property Vintasoft.Imaging.ImageColors.Rgb24Color* get_OverlayColor();
    public: __property void set_OverlayColor(
    Vintasoft.Imaging.ImageColors.Rgb24Color* value
    );
    [Description("The color, which is used for filling overlay images.")]
    public:
    property Vintasoft.Imaging.ImageColors.Rgb24Color^ OverlayColor { Vintasoft.Imaging.ImageColors.Rgb24Color^ get(); void set(Vintasoft.Imaging.ImageColors.Rgb24Color^ value); }

    Property Value

    Значение по умолчанию - White.
    Требования

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

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