It seems to me that all the effects available in Win2D are for drawing image.
What about CanvasGeometry
? How do I draw a CanvasGeometry
using, say glowing effect ?
Thanks.
It seems to me that all the effects available in Win2D are for drawing image.
What about CanvasGeometry
? How do I draw a CanvasGeometry
using, say glowing effect ?
Thanks.
Copyright © 2021 Jogjafile Inc.
Geometry
objects provide a means of drawing and manipulating geometric shapes. It hasCreatePolygon
,CreatePath
method could be used to create geometric shapes.For glowing effect, you could refer this code sample.