VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ColorManagement Namespace / CompositeColorTransform Class / CanUseSameBufferForSourceAndDestChannels Property
Syntax Requirements SeeAlso
In This Topic
    CanUseSameBufferForSourceAndDestChannels Property (CompositeColorTransform)
    In This Topic
    Gets a value indicating whether current color transform can use the same array for source and destination channel values in Transform(Double[],Double[]), TransformVector(Double[],Int32,Int32,Double[],Int32), Transform8bitVector(Byte[],Int32,Int32,Byte[],Int32) and Transform16bitVector(Byte[],Int32,Int32,Byte[],Int32) methods.
    Syntax
    'Declaration
    
    Public Overrides ReadOnly Property CanUseSameBufferForSourceAndDestChannels As Boolean
    
    
    public override bool CanUseSameBufferForSourceAndDestChannels { get; }
    
    
    public: __property bool get_CanUseSameBufferForSourceAndDestChannels(); override;
    
    
    
    public:
    property bool CanUseSameBufferForSourceAndDestChannels { bool get() override;; }

    Property Value

    true - color transform can use the same array for source and destination channel values; otherwise, false.
    Requirements

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

    See Also