PolygonElement Constructor

Constructs a polygon element

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PolygonElement(
	PointFloat[] points
)

Parameters

points  PointFloat
The points to be connected

See Also