C# Class Cocoa.Size

Show file Open project: mono/cocoa-sharp Class Usage Examples

Public Properties

Property Type Description
Height float
Width float

Public Methods

Method Description
Size ( float width, float height ) : Cocoa

Method Details

Size() public method

public Size ( float width, float height ) : Cocoa
width float
height float
return Cocoa

Property Details

Height public property

public float Height
return float

Width public property

public float Width
return float