[C#]
int
AddPoly(string points, bool filled) int
AddPoly(double[] points, bool filled) int
AddPoly(double[] points, int index, int count, bool
filled) [Visual
Basic]
Function AddPoly(points
As String, filled As Boolean) As Integer Function AddPoly(points() As Double, filled As Boolean)
As Integer Function AddPoly(points()
As Double, index As Integer, count As Integer, filled As
Boolean) As Integer
|
|
|