Group: Forum Members
Last Active: 12 Years Ago
Posts: 71,
Visits: 1
|
I try to create a composite shape; the following code works fine for NRectangle shape, but not NRectangle path
NStrokeStyle strokeStyle = new NStrokeStyle(); strokeStyle.Factor = 3; strokeStyle.Width = new NLength(3, NGraphicsUnit.Point); outsideShape.Style.StrokeStyle = strokeStyle;
|