I am defining a XAML DrawingBrush
resource and I want to draw a custom shape. I found the following GeometryDrawing
example:
<GeometryDrawing Geometry="M0,0.1 L0.1,0 1,0.9, 0.9,1z" Brush="Gray" />
What do the M
, L
, and z
letters in the Geometry
attribute mean? What are they called?
This is a StreamGeometry. It uses something called Path Markup Syntax. M is start point, L starts a line, Z is close.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With