A complex shape that can be a combination of lines and curves.

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

Syntax

C#
public class GwxPath : GwxPathBase
Visual Basic
Public Class GwxPath _
	Inherits GwxPathBase
JScript
public class GwxPath extends GwxPathBase

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

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