Missing Fill method
#1792
-
Hi i am trying to follow guide from your web and i am unable to compile simple sample code due to missing // draws a star with Horizontal red and blue hatching with a dash dot pattern outline.
image.Mutate( x=> x.Fill(options, brush, yourPolygon)
.Draw(option, pen, yourPolygon)); I am using Net Core 3.1 |
Beta Was this translation helpful? Give feedback.
Answered by
tocsoft
Oct 25, 2021
Replies: 1 comment 1 reply
-
ensure you add the https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing package (it is still pre-release) and you have the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
M0n7y5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ensure you add the https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing package (it is still pre-release)
and you have the
SixLabors.ImageSharp.Drawing.Processing
namespace included in yourusing
s