C# Class Pinta.ImageManipulation.Rectangle

Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty Rectangle
Height int
Width int
X int
Y int

Méthodes publiques

Méthode Description
Contains ( int x, int y ) : bool
FromLTRB ( int left, int top, int right, int bottom ) : Rectangle
Intersect ( Rectangle a, Rectangle b ) : Rectangle
Intersect ( Rectangle r ) : void
Rectangle ( Point location, Size size ) : System
Rectangle ( int x, int y, int width, int height ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

Contains() public méthode

public Contains ( int x, int y ) : bool
x int
y int
Résultat bool

FromLTRB() public static méthode

public static FromLTRB ( int left, int top, int right, int bottom ) : Rectangle
left int
top int
right int
bottom int
Résultat Rectangle

Intersect() public static méthode

public static Intersect ( Rectangle a, Rectangle b ) : Rectangle
a Rectangle
b Rectangle
Résultat Rectangle

Intersect() public méthode

public Intersect ( Rectangle r ) : void
r Rectangle
Résultat void

Rectangle() public méthode

public Rectangle ( Point location, Size size ) : System
location Point
size Size
Résultat System

Rectangle() public méthode

public Rectangle ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static Rectangle,Pinta.ImageManipulation Empty
Résultat Rectangle

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int