C# Class Pinta.ImageManipulation.RectangleD

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

Méthodes publiques

Свойство Type Description
Empty RectangleD
Height double
Width double
X double
Y double

Méthodes publiques

Méthode Description
Contains ( int x, int y ) : bool
FromLTRB ( double left, double top, double right, double bottom ) : RectangleD
Intersect ( RectangleD a, RectangleD b ) : RectangleD
Intersect ( RectangleD r ) : void
RectangleD ( Point location, Size size ) : System
RectangleD ( double x, double y, double width, double 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 ( double left, double top, double right, double bottom ) : RectangleD
left double
top double
right double
bottom double
Résultat RectangleD

Intersect() public static méthode

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

Intersect() public méthode

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

RectangleD() public méthode

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

RectangleD() public méthode

public RectangleD ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
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 RectangleD,Pinta.ImageManipulation Empty
Résultat RectangleD

Height public_oe property

public double Height
Résultat double

Width public_oe property

public double Width
Résultat double

X public_oe property

public double X
Résultat double

Y public_oe property

public double Y
Résultat double