korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.vector
/
Context2d
/
clip
clip
fun
clip
(
path
:
VectorPath
?
=
state.path
,
winding
:
Winding
=
Winding.NON_ZERO
)
fun
clip
(
buildClipShape
:
(
)
->
Unit
,
useClipShape
:
(
)
->
Unit
)
inline
fun
clip
(
path
:
VectorPath
?
,
winding
:
Winding
=
Winding.NON_ZERO
,
block
:
(
)
->
Unit
)
inline
fun
clip
(
path
:
VectorPath
.
(
)
->
Unit
,
winding
:
Winding
=
Winding.NON_ZERO
,
block
:
(
)
->
Unit
)