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