Ken

Results 2 issues of Ken

I would like to add diagonal style fill on a solid color background. That is to say, I want to overlay the following two styles together, but VectorStyle.Fill seems to...

question
docs-need-update

I tryed the method PolygonVisibility.ComputeVisibility , but encountered a AccessViolationException error bug. Here is my code: ``` var points = new Point2d[] { new Point2d(0, 0), new Point2d(5, 0), new...