CanUseSameBufferForSourceAndDestChannels Property (ColorTransform)
Gets a value indicating whether current
ColorTransform 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.
'Declaration
Public Overridable ReadOnly Property CanUseSameBufferForSourceAndDestChannels As Boolean
public virtual bool CanUseSameBufferForSourceAndDestChannels { get; }
public: __property virtual bool get_CanUseSameBufferForSourceAndDestChannels();
public:
virtual property bool CanUseSameBufferForSourceAndDestChannels {
bool get();
}
Property Value
true - color transform can use the same array for source and destination channel values; otherwise, false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5