Group: Forum Members
Last Active: 7 hours ago
Posts: 3,055,
Visits: 4,052
|
Hi, You can put an image in any shape by filling the shape with an image fill style. For example: NShape shape = new NRectangleShape(10, 10, 150, 100); document.ActiveLayer.AddChild(shape); NStyle.SetFillStyle(shape, new NImageFillStyle(imageFileName));For more information on styles and style composition take a look at the online documentation.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 14 Years Ago
Posts: 25,
Visits: 1
|
Is there a way a user can load images from their local machines and use them as shapes on the diagram? Thanks all.
|