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.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
public bool PreferCaching { get; set; }
Public Property PreferCaching As Boolean
Get
Set
public:
property bool PreferCaching {
bool get ();
void set (bool value);
}
member PreferCaching : bool with 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,
.