A line segment that starts at one point and ends at another.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxShape
          Ico.Gwx..::..GwxPathBase
            Ico.Gwx..::..GwxLine

See Also