C# Class HasK.Controls.Graph.DSize

Graphical 2D size with double width and height
Afficher le fichier Open project: xHasKx/CSharp.Controls.Graph.Chart Class Usage Examples

Méthodes publiques

Свойство Type Description
Height double
Width double

Méthodes publiques

Méthode Description
DSize ( double width, double height ) : System

Create graphical 2D size

ToString ( ) : string

Convert DSize object to string representation

Method Details

DSize() public méthode

Create graphical 2D size
public DSize ( double width, double height ) : System
width double Width
height double Height
Résultat System

ToString() public méthode

Convert DSize object to string representation
public ToString ( ) : string
Résultat string

Property Details

Height public_oe property

Height
public double Height
Résultat double

Width public_oe property

Width
public double Width
Résultat double