EVO HTML to PDF Converter

PathElementMove Method

EVO HTML to PDF Converter for .NET Documentation
Move the entire path element to given location

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void Move(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
The new X location
y
Type: SystemSingle
The new Y location
See Also

Reference