Mask.DrawPolygon

Mask.DrawPolygon Method


Overload List

public void DrawPolygon( double[] xy_coords );
public void DrawPolygon( PointF[] points );
public void DrawPolygon( double[] xy_coords, bool close );
public void DrawPolygon( PointF[] points, bool close );
public void DrawPolygon( PointF[] points, int startIndex, int length, bool close );
public void DrawPolygon( double[] xy_coords, int startPointIndex, int pointsCount, bool close );
© 2004-2005 GlobFX Technologies. All rights reserved.