C# Class Cocoa.Size

Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Size ( float width, float height ) : Cocoa

Method Details

Size() public méthode

public Size ( float width, float height ) : Cocoa
width float
height float
Résultat Cocoa

Property Details

Height public_oe property

public float Height
Résultat float

Width public_oe property

public float Width
Résultat float