C# Class Core2D.Math.Size2

Size definition.
Afficher le fichier Open project: Core2D/Core2D

Méthodes publiques

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

Méthodes publiques

Méthode Description
Create ( double width, double height ) : Size2

Creates a new Size2 instance.

Size2 ( double width, double height )

Initializes a new Size2 instance.

Method Details

Create() public static méthode

Creates a new Size2 instance.
public static Create ( double width, double height ) : Size2
width double
height double
Résultat Size2

Size2() public méthode

Initializes a new Size2 instance.
public Size2 ( double width, double height )
width double
height double

Property Details

Height public_oe property

public double Height
Résultat double

Width public_oe property

public double Width
Résultat double