Click or drag to resize

ElementBuilderRect Method

Add a rectangle to the current path as a complete subpath. Setting the current point is not required before using this function.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Rect(
	double x,
	double y,
	double width,
	double height
)

Parameters

x
Type: SystemDouble
the x
y
Type: SystemDouble
the y
width
Type: SystemDouble
the width
height
Type: SystemDouble
the height
See Also