InterfaceArcEdge Interface

Arc edge interface.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface InterfaceArcEdge : InterfaceEdge, 
	IBoundable
Implements
IBoundable, InterfaceEdge

Properties

Begin
(Inherited from InterfaceEdge)
Center 
ClockWise 
End
(Inherited from InterfaceEdge)
Radius 
Type
(Inherited from InterfaceEdge)

Methods

Flatten 
GetBounds
(Inherited from IBoundable)
GetMidPoint
(Inherited from InterfaceEdge)
GetXValue
(Inherited from InterfaceEdge)
IsPointOnArc 
RecalcBounds
(Inherited from InterfaceEdge)
Split
(Inherited from InterfaceEdge)
SplitArc 
ToString
(Inherited from InterfaceEdge)

See Also