Path(Boolean) Constructor
Initializes a new instance of the
Path class.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public Path(
bool preferCaching = true
)
Public Sub New (
Optional preferCaching As Boolean = true
)
public:
Path(
bool preferCaching = true
)
new :
?preferCaching : bool
(* Defaults:
let _preferCaching = defaultArg preferCaching true
*)
-> Path
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: .