This method of the GraphicsX Class draws an outline polygon.
public void drawOutlinePolygon(int xOrig, int yOrig, OutlinePolygon op);
xOrig | The horizontal starting point for the shape. |
yOrig | The vertical starting point for the shape. |
op | The OutlinePolygon to draw. |
com.ms.fx.OutlinePolygon (Microsoft SDK for AFC)