c# - Visio activex shapes vertices -
I'm using visio floorplan images to import pictures into my C # Project Vioactive Active X and in that drawing Need to get corners of shapes, and I can not find any method or quality for this. If anyone has any ideas please help.
You can use the bounding box method on the size class to get the size of the box size.
This page will give you more information about the method, it will return the top, bottom, left and right of the box, so it is possible to work in the corner.
Comments
Post a Comment