Click or drag to resize

CustomPathAddArc Method

Draws an arc with the specified parameters from the current pen position.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public void AddArc(
	double arcHeightRadius,
	double arcStartAngle,
	double arcSwingAngle,
	double arcWidthRadius
)

Parameters

arcHeightRadius  Double
Arc height radius.
arcStartAngle  Double
Arc start angle.
arcSwingAngle  Double
Arc swing angle.
arcWidthRadius  Double
Arc width radius.
See Also