|
static double | MinX [get] |
|
static double | MinY [get] |
|
static double | MaxX [get] |
|
static double | MaxY [get] |
|
static PointD | Min [get] |
|
static PointD | Max [get] |
|
double | X [get, set] |
|
double | Y [get, set] |
|
Definition at line 6 of file Units.cs.
◆ PointD()
BioCore.PointD.PointD |
( |
double |
xx, |
|
|
double |
yy |
|
) |
| |
◆ InLimits()
static bool BioCore.PointD.InLimits |
( |
PointD |
p | ) |
|
|
static |
◆ InLimitX()
static bool BioCore.PointD.InLimitX |
( |
double |
px | ) |
|
|
static |
◆ InLimitY()
static bool BioCore.PointD.InLimitY |
( |
double |
py | ) |
|
|
static |
◆ operator!=()
static bool BioCore.PointD.operator!= |
( |
PointD |
p1, |
|
|
PointD |
p2 |
|
) |
| |
|
static |
◆ operator==()
static bool BioCore.PointD.operator== |
( |
PointD |
p1, |
|
|
PointD |
p2 |
|
) |
| |
|
static |
◆ Parse()
static PointD BioCore.PointD.Parse |
( |
string |
s | ) |
|
|
static |
◆ SetLimits()
static void BioCore.PointD.SetLimits |
( |
double |
pminX, |
|
|
double |
pmaxX, |
|
|
double |
pminY, |
|
|
double |
pmaxY |
|
) |
| |
|
static |
◆ ToPointF()
PointF BioCore.PointD.ToPointF |
( |
| ) |
|
◆ ToPointInt()
System.Drawing.Point BioCore.PointD.ToPointInt |
( |
| ) |
|
◆ ToRaw()
SharpDX.Mathematics.Interop.RawVector2 BioCore.PointD.ToRaw |
( |
| ) |
|
◆ ToString()
override string BioCore.PointD.ToString |
( |
| ) |
|
◆ Max
◆ MaxX
double BioCore.PointD.MaxX |
|
staticget |
◆ MaxY
double BioCore.PointD.MaxY |
|
staticget |
◆ Min
◆ MinX
double BioCore.PointD.MinX |
|
staticget |
◆ MinY
double BioCore.PointD.MinY |
|
staticget |
The documentation for this struct was generated from the following file: