Draw a hollow rectangle #883
Unanswered
jueqing1015
asked this question in
Help
Replies: 1 comment
-
You should change the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to draw a rectangle without filling. What should I do if I only set the border color
// Drawables draw = new Drawables();
// draw.Rectangle(box.x, box.y, box.x + box.w, box.y + box.h);
//draw.StrokeColor(MagickColors.Red);
//draw.StrokeWidth(5);
//draw.FillColor(MagickColors.White);
Beta Was this translation helpful? Give feedback.
All reactions