Expose some Immutable #13178
Closed
workgroupengineering
started this conversation in
Ideas
Replies: 1 comment
-
Most of immutable brushes are already public. Immutable image brush though (and possible some other tile brush variants) were added recently with composition renderer and were planned to be more deeply integrated at some point into rendering pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if I need to create
IImmutableBrush
I have to do:I think it's a waste to create the mutable version when I already know I need an immutable one.
We could make the constructors public or better yet create a factory like
Immutable.Create(...
Beta Was this translation helpful? Give feedback.
All reactions