Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
Gssoft.Gscad.DatabaseServices.Extents2d Struct Reference

Public Member Functions

 Extents2d (Point2d minimum, Point2d maximum)
 
 Extents2d (double minX, double minY, double maxX, double maxY)
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
bool IsEqualTo (Extents2d a)
 
bool IsEqualTo (Extents2d a, Tolerance tolerance)
 
override string ToString ()
 
string ToString (IFormatProvider provider)
 
string ToString (string format, IFormatProvider provider)
 

Static Public Member Functions

static bool operator== (Extents2d a, Extents2d b)
 
static bool operator!= (Extents2d a, Extents2d b)
 

Properties

Point2d MinPoint [get]
 
Point2d MaxPoint [get]