PathElementMove Method
Move the entire path element to given location
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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