PathPreferCaching Property

Gets or sets whether the region of the path is allowed to be cached for faster drawing.
Default value: , unless it was set to in the constructor.
See also the DrawingOptions.CacheRegionLimit property.

Definition

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

Property Value

Boolean
to allow caching the region of this Path, so subsequent fill/draw operation with the same unchanged path will be faster; otherwise, .

See Also