Group: Forum Members
Last Active: 12 Years Ago
Posts: 71,
Visits: 1
|
I try to create a composite shape, I wonder if it is possible to apply a hatch to an NRectangularPath, I keep getting error when I try it.
Something like this
NRectanglePath myShape= new NRectanglePath(150, 475, 300, 25); myShape.Style.FillStyle = new NHatchFillStyle(HatchStyle.HorizontalBrick, Color.White, Color.Black);//error here
|