C# Class Pinta.ImageManipulation.RectangleD

ファイルを表示 Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Properties

Property Type Description
Empty RectangleD
Height double
Width double
X double
Y double

Public Methods

Method 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 method

public Contains ( int x, int y ) : bool
x int
y int
return bool

FromLTRB() public static method

public static FromLTRB ( double left, double top, double right, double bottom ) : RectangleD
left double
top double
right double
bottom double
return RectangleD

Intersect() public static method

public static Intersect ( RectangleD a, RectangleD b ) : RectangleD
a RectangleD
b RectangleD
return RectangleD

Intersect() public method

public Intersect ( RectangleD r ) : void
r RectangleD
return void

RectangleD() public method

public RectangleD ( Point location, Size size ) : System
location Point
size Size
return System

RectangleD() public method

public RectangleD ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static RectangleD,Pinta.ImageManipulation Empty
return RectangleD

Height public_oe property

public double Height
return double

Width public_oe property

public double Width
return double

X public_oe property

public double X
return double

Y public_oe property

public double Y
return double