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.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public long CacheRegionLimit { get; set; }

Property Value

Int64

See Also