PathElementAddLineSegment Method

Adds a line to path

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public void AddLineSegment(
	PointFloat endPoint
)

Parameters

endPoint  PointFloat
The line end point

See Also