An ellipse based on a center point and two radii.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxShape
          Ico.Gwx..::..GwxEllipse

See Also