When we draw any shapes (rectangle, polygon, ellipse...etc), i notice they are all represented by PolygonShape, so the user can add/delete/move vertices. Is there any method to retrieve vertices of a shape so i can replicate those shapes in WPF? there is a method "RemoveVertex", but i can't fins a way to retrieve all vertices.