Disabling Clip #859
Answered
by
dlemstra
squideye-net
asked this question in
Help
Disabling Clip
#859
-
|
I can enable the clipping path with the Clip() function, but how do I disable it? I've tried passing null and empty string, but these throw exceptions. And passing "#0" as the path argument seems to yield no result. |
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Feb 9, 2021
Replies: 1 comment 1 reply
-
|
You will need to call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
squideye-net
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will need to call
RemoveWriteMask. The intellisense documentation should probably be updated to make this more clear. I can add this myself but feel free to open up a PR for this.