Click or drag to resize

Edge Structure

Edge provides some common functions that apply to one of the edges of a rectangular area (left, right, bottom, top).
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryEdge

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public struct Edge

The Edge type exposes the following members.

Constructors
 NameDescription
Public methodEdgeInitializes a new instance of the Edge class
Top
Properties
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetEdgeLength 
Public methodGetEdgePoint 
Public methodGetEnd 
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetOppositeEdgeLength 
Public methodGetOrg 
Public methodStatic memberGetPointBetween 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also