PathElementMove Method

Move the entire path element to given location

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void Move(
	float x,
	float y
)

Parameters

x  Single
The new X location
y  Single
The new Y location

See Also