DrawingOptionsCacheRegionLimit Property
Gets or sets the maximum pixel size for caching the region of a
Path instance.
If the region has more pixels than this value, it will be re-scanned in each drawing session.
Default value: 16777216, which is 16 MB for anti-aliased regions or 2 MB for aliased regions.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
public long CacheRegionLimit { get; set; }
Public Property CacheRegionLimit As Long
Get
Set
public:
property long long CacheRegionLimit {
long long get ();
void set (long long value);
}
member CacheRegionLimit : int64 with get, set
Property Value
Int64