BitmapDataFactoryPoolingStrategy Property

On platforms where array pooling is available, gets or sets the strategy to be used when allocating buffer for managed bitmap data instances by the self-allocating CreateBitmapData methods.
Default value: IfByteArrayBased.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static ArrayPoolingStrategy PoolingStrategy { get; set; }

Property Value

ArrayPoolingStrategy

See Also