Scope: Schematic editor
Object: Viewport Object
Prerequisites: None
Draws an arc, specified by three points.
Viewport.Arc(ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long, ByVal X3 As Long, ByVal Y3 As Long)
X coordinate of the first point.
Y coordinate of the first point.
X coordinate of the second point.
Y coordinate of the second point.
X coordinate of the third point.
Y coordinate of the third point.