C# Class HasK.Controls.Graph.DSize

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

Public Properties

Property Type Description
Height double
Width double

Public Methods

Method Description
DSize ( double width, double height ) : System

Create graphical 2D size

ToString ( ) : string

Convert DSize object to string representation

Method Details

DSize() public method

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

ToString() public method

Convert DSize object to string representation
public ToString ( ) : string
return string

Property Details

Height public property

Height
public double Height
return double

Width public property

Width
public double Width
return double