Path(Boolean) Constructor

Initializes a new instance of the Path class.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public Path(
	bool preferCaching = true
)

Parameters

preferCaching  Boolean  (Optional)
to allow caching the region of this Path; otherwise, . See the PreferCaching property for details. This parameter is optional.
Default value: .

See Also