An elliptical arc based on a center point, two radii, a start angle, and a sweep angle.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxArc : GwxPath
Visual Basic
Public NotInheritable Class GwxArc _
	Inherits GwxPath
JScript
public final class GwxArc extends GwxPath

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxShape
          Ico.Gwx..::..GwxPathBase
            Ico.Gwx..::..GwxPath
              Ico.Gwx..::..GwxArc

See Also