C# Class Open.Core.Size

Represents a width and a height.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Size ( int width, int height )

Constructor.

ToString ( ) : string

Method Details

Size() public method

Constructor.
public Size ( int width, int height )
width int The pixel width of the element.
height int The pixel height of the element.

ToString() public method

public ToString ( ) : string
return string