PathElementMove Method
Move the entire path element to given location
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void Move(
float x,
float y
)
Public Sub Move (
x As Single,
y As Single
)
Parameters
- x Single
- The new X location
- y Single
- The new Y location