VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Effects Namespace / TileReflectionCommand Class / ExpandSupportedPixelFormats Property
Синтаксис Требования Смотрите также
В этом разделе
    ExpandSupportedPixelFormats Свойство (TileReflectionCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли команда обработки преобразовывать обрабатываемое изображение в ближайший пиксельный формат без потери цвета (GetOutputPixelFormat(VintasoftImage)), если команда обработки не поддерживает пиксельный формат обрабатываемого изображения (SupportedNativePixelFormats).
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")>
    Public Overrides Property ExpandSupportedPixelFormats As Boolean
    
    
    [DefaultValue(True)]
    [Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")]
    public override bool ExpandSupportedPixelFormats { get; set; }
    
    
    [DefaultValue(True)]
    [Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")]
    public: __property bool get_ExpandSupportedPixelFormats(); override;
    public: __property void set_ExpandSupportedPixelFormats(
    bool value
    ); override;
    [DefaultValue(True)]
    [Description("Indicates that the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format.")]
    public:
    property bool ExpandSupportedPixelFormats { bool get() override;; void set(bool value) override;; }

    Property Value

    True - команде обработки необходимо преобразовать обрабатываемое изображение в ближайший формат пикселей без потери цвета; в противном случае - false. Значение по умолчанию - true.
    Требования

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

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