C# Class Cocoa.Rect

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

Méthodes publiques

Свойство Type Description
Origin Point
Size Size

Méthodes publiques

Méthode 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 méthode

public Contains ( Point aPoint ) : bool
aPoint Point
Résultat bool

Rect() public méthode

public Rect ( Point origin, Size size ) : System
origin Point
size Size
Résultat System

Rect() public méthode

public Rect ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Origin public_oe property

public Point Origin
Résultat Point

Size public_oe property

public Size,Cocoa Size
Résultat Size