Changing StrokeStyle of a Path


Author
Message
Volvick Derose
Volvick Derose
Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)Forum Guru (71 reputation)
Group: Forum Members
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;
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search