C# Class NewTOAPIA.Graphics.Size2D

Exibir arquivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
height double
width double

Public Methods

Method Description
Size2D ( double width_, double height_ )

Method Details

Size2D() public method

public Size2D ( double width_, double height_ )
width_ double
height_ double

Property Details

height public_oe property

public double height
return double

width public_oe property

public double width
return double