Click or drag to resize

CrossF Structure

Structure to hold an initially horizontal-vertical oriented cross. By transforming it, the initial meaning of its defining points can change.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Graph.GdiCrossF

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct CrossF

The CrossF type exposes the following members.

Constructors
 NameDescription
Public methodCrossF Creates an initially horizontal/vertical oriented cross.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetMinExtension Returns the minimum extension of the arms..
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodTranslate 
Top
Fields
 NameDescription
Public fieldBottomInitially the bottom of the cross.
Public fieldCenterInitially the center of the cross.
Public fieldLeftInitially the left of the cross.
Public fieldRightInitially the right of the cross.
Public fieldTopInitially the top of the cross.
Top
See Also