[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.Path.AddArc

AddArc Method

AddArc(ArcSegment)

Adds a single arc to the path geometry.

Declaration
public void AddArc(ArcSegment arcSegment)
Public Sub AddArc(arcSegment As ArcSegment)
Parameters
Type Name Description
ArcSegment arcSegment

The arc segment to add to the figure.

Implements