Click or drag to resize

ElementBuilderCreateRect Method

Create a rectangle path Element.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateRect(
	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

Return Value

Type: Element
the element
See Also