Click or drag to resize

Rect64 Structure

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

Inheritance Hierarchy
SystemObject
  SystemValueType
    Clipper2LibRect64

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

The Rect64 type exposes the following members.

Constructors
 NameDescription
Public methodRect64(Boolean)Initializes a new instance of the Rect64 class
Public methodRect64(Rect64)Initializes a new instance of the Rect64 class
Public methodRect64(Int64, Int64, Int64, Int64)Initializes a new instance of the Rect64 class
Top
Properties
 NameDescription
Public propertyHeight 
Public propertyWidth 
Top
Methods
 NameDescription
Public methodAsPath 
Public methodContains(Point64) 
Public methodContains(Rect64) 
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 methodIsValid 
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