PngRendererAddPolygonNoTransform Method

Adds a polygon without translating or changing direction of the points.
protected override void AddPolygonNoTransform(
	PointF[] points
)

Parameters

pointsJdenticon.RenderingPointF
The points that the polygon consists of.

Exceptions

ExceptionCondition
ArgumentNullExceptionpoints is null.
InvalidOperationExceptionThrown if this method is called without first calling BeginShape(Color).

See Also

Reference