PathElementMove Method

Move the entire path element to given location

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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