Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NPlot
RectangleD
C# Class NPlot.RectangleD
Stores a set of four double numbers that represent the location and size of a rectangle. TODO: implement more functionality similar to Drawing.RectangleF.
Datei anzeigen
Open project: GridProtectionAlliance/openHistorian
Class Usage Examples
Public Methods
Method
Description
RectangleD
(
double
x
,
double
y
,
double
width
,
double
height
)
Constructor
Method Details
RectangleD()
public
method
Constructor
public
RectangleD
(
double
x
,
double
y
,
double
width
,
double
height
)
x
double
y
double
width
double
height
double