C# Class SWICFFITests.SIZE

Afficher le fichier Open project: swi-to-yap/swicli

Méthodes publiques

Свойство Type Description
Height int
Width int

Méthodes publiques

Méthode Description
SIZE ( int width, int height ) : System
ToString ( ) : string

Method Details

SIZE() public méthode

public SIZE ( int width, int height ) : System
width int
height int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int