PolygonShape.PolygonShape

PolygonShape()

Menginisialisasi instance baru dariPolygonShape kelas.

public PolygonShape()

Lihat juga


PolygonShape(PointF[])

Menginisialisasi instance baru dariPolygonShape kelas.

public PolygonShape(PointF[] points)
ParameterJenisKeterangan
pointsPointF[]Susunan poin.

Lihat juga


PolygonShape(PointF[], bool)

Menginisialisasi instance baru dariPolygonShape kelas.

public PolygonShape(PointF[] points, bool isClosed)
ParameterJenisKeterangan
pointsPointF[]Susunan poin.
isClosedBooleanJika disetel keBENAR poligon ditutup.

Lihat juga