C# Class Cocoa.Rect

显示文件 Open project: mono/cocoa-sharp Class Usage Examples

Public Properties

Property Type Description
Origin Point
Size Size

Public Methods

Method Description
Contains ( Point aPoint ) : bool
Rect ( Point origin, Size size ) : System
Rect ( float x, float y, float width, float height ) : System
ToString ( ) : string

Method Details

Contains() public method

public Contains ( Point aPoint ) : bool
aPoint Point
return bool

Rect() public method

public Rect ( Point origin, Size size ) : System
origin Point
size Size
return System

Rect() public method

public Rect ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Origin public_oe property

public Point Origin
return Point

Size public_oe property

public Size,Cocoa Size
return Size