Click or drag to resize

ElementBuilderArcTo Method (Double, Double, Double, Double, Double, Double)

Draw an arc with the specified parameters (upper left corner, width, height and angles).

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

Parameters

x
Type: SystemDouble
the x
y
Type: SystemDouble
the y
width
Type: SystemDouble
the width
height
Type: SystemDouble
the height
start
Type: SystemDouble
starting angle of the arc in degrees
extent
Type: SystemDouble
angular extent of the arc in degrees
See Also