C# Class NewTOAPIA.Graphics.Size2I

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
height int
width int

Public Methods

Method Description
Size2I ( int width_, int height_ )

Method Details

Size2I() public method

public Size2I ( int width_, int height_ )
width_ int
height_ int

Property Details

height public property

public int height
return int

width public property

public int width
return int