C# Class SWICFFITests.SIZE

显示文件 Open project: swi-to-yap/swicli

Public Properties

Property Type Description
Height int
Width int

Public Methods

Method Description
SIZE ( int width, int height ) : System
ToString ( ) : string

Method Details

SIZE() public method

public SIZE ( int width, int height ) : System
width int
height int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int