Click or drag to resize

ElementBuilder.CreateRect 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: System.Double
the x
y
Type: System.Double
the y
width
Type: System.Double
the width
height
Type: System.Double
the height

Return Value

Type: Element
the element
See Also