C# Class NewTOAPIA.Graphics.Size2D

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
height double
width double

Méthodes publiques

Méthode Description
Size2D ( double width_, double height_ )

Method Details

Size2D() public méthode

public Size2D ( 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