Click or drag to resize

Margin2D Structure

[Missing <summary> documentation for "T:Altaxo.Geometry.Margin2D"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.GeometryMargin2D

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

The Margin2D type exposes the following members.

Constructors
 NameDescription
Public methodMargin2DInitializes a new instance of the Margin2D class
Top
Properties
 NameDescription
Public propertyBottom 
Public propertyLeft 
Public propertyRight 
Public propertyTop 
Top
Methods
 NameDescription
Public methodEquals(Margin2D) 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
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
Operators
See Also