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
)
Public Function CreateRect (
x As Double,
y As Double,
width As Double,
height As Double
) As Element
public:
virtual Element^ CreateRect(
[InAttribute] double x,
[InAttribute] double y,
[InAttribute] double width,
[InAttribute] double height
) sealed
function CreateRect(x, y, width, 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