skia
Preparing search index...
canvaskit
PathBuilderConstructor
Interface PathBuilderConstructor
interface
PathBuilderConstructor
{
new
PathBuilderConstructor
(
toCopy
:
Path
)
:
PathBuilder
;
new
PathBuilderConstructor
()
:
PathBuilder
;
}
Hierarchy (
View Summary
)
DefaultConstructor
<
PathBuilder
>
PathBuilderConstructor
Index
Constructors
constructor
Constructors
constructor
new
PathBuilderConstructor
(
toCopy
:
Path
)
:
PathBuilder
Create a PathBuilder with a copy of the points, verbs, and weights (if applicable)
Parameters
toCopy
:
Path
Returns
PathBuilder
new
PathBuilderConstructor
()
:
PathBuilder
Returns
PathBuilder
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
skia
Loading...
Create a PathBuilder with a copy of the points, verbs, and weights (if applicable)