InterfacePolyClassAddPie Method

Add pie to this polygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void AddPie(
	PointD Center,
	double width,
	double height,
	double startAngle,
	double sweepAngle
)

Parameters

Center  PointD
center of pie
width  Double
width of pie
height  Double
height of pie
startAngle  Double
angle in degree of start vale
sweepAngle  Double
sweep angle in degrees

See Also