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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -