Profile Picture

why can't a remove the fill from a polygon?

Posted By Hans Henrik Friis Pedersen... 10 Years Ago
Author
Message
Hans Henrik Friis Pedersen...
Problem Posted 10 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)Forum Newbie (0 reputation)

Group: Forum Members
Last Active: 8 Years Ago
Posts: 28, Visits: 136
Hi,
I would like to have no fill in a polygon and the only way I can find is to use this:

NPointF[] points2 = new NPointF[]
{
    new NPointF(150,140),
    new NPointF(200,140),
    new NPointF(200,200),
    new NPointF(150,200),
};
NPolygonPath cup = new NPolygonPath(points2);
cup.Style.FillStyle = new NColorFillStyle(Color.Empty); // an exception is raised - why?






Similar Topics


Reading This Topic