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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static ArrayPoolingStrategy PoolingStrategy { get; set; }
Public Shared Property PoolingStrategy As ArrayPoolingStrategy
Get
Set
public:
static property ArrayPoolingStrategy PoolingStrategy {
ArrayPoolingStrategy get ();
void set (ArrayPoolingStrategy value);
}
static member PoolingStrategy : ArrayPoolingStrategy with get, set
Property Value
ArrayPoolingStrategy