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.3448.0 (4.8.3448.0)
Syntax
C#
[SerializableAttribute]
public struct Edge

The Edge type exposes the following members.

Constructors
 NameDescription
Public methodEdge Initializes a new instance of the Edge struct.
Top
Properties
 NameDescription
Public propertyInnerVector Gets the inward-pointing normal vector for this edge.
Public propertyOuterVector Gets the outward-pointing normal vector for this edge.
Public propertyTypeOfEdge Gets or sets the type of the edge.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetEdgeLength Gets the length of the edge for the given layer size.
Public methodGetEdgePoint Gets a point on the edge at a relative position.
Public methodGetEnd Gets the end point of the edge for the given layer size.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetOppositeEdgeLength Gets the length of the edge opposite to this edge for the given layer size.
Public methodGetOrg Gets the origin point of the edge for the given layer size.
Public methodStatic memberGetPointBetween Gets a point between two points at a relative position.
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