I built an IPointCollection and can display it, but I would like to display multiple copies in different locations. Is there a way to center a point collection on another IPoint?
|
Would ITransform2D (or 3D) work for you? You can use whatever point you wanted to in the original point collection (centroid, endpoints, midpoints) and calculate the dx and dy needed to move. Or just construct an line from the two points and use MoveVector. |
|||
|
|
|
You're gonna have to modify the coordinates of each point. |
|||
|
|