Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
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: 13 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.
|