Click or drag to resize

RectD Structure

[Missing <summary> documentation for "T:Clipper2Lib.RectD"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Clipper2LibRectD

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public struct RectD

The RectD type exposes the following members.

Constructors
 NameDescription
Public methodRectD(Boolean)Initializes a new instance of the RectD class
Public methodRectD(RectD)Initializes a new instance of the RectD class
Public methodRectD(Double, Double, Double, Double)Initializes a new instance of the RectD class
Top
Properties
 NameDescription
Public propertyHeight 
Public propertyWidth 
Top
Methods
 NameDescription
Public methodAsPath 
Public methodContains(PointD) 
Public methodContains(RectD) 
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIntersects 
Public methodIsEmpty 
Public methodMidPoint 
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldbottom 
Public fieldleft 
Public fieldright 
Public fieldtop 
Top
See Also