C# 클래스 Pinta.ImageManipulation.RectangleD

파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty RectangleD
Height double
Width double
X double
Y double

공개 메소드들

메소드 설명
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

메소드 상세

Contains() 공개 메소드

public Contains ( int x, int y ) : bool
x int
y int
리턴 bool

FromLTRB() 공개 정적인 메소드

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

Intersect() 공개 정적인 메소드

public static Intersect ( RectangleD a, RectangleD b ) : RectangleD
a RectangleD
b RectangleD
리턴 RectangleD

Intersect() 공개 메소드

public Intersect ( RectangleD r ) : void
r RectangleD
리턴 void

RectangleD() 공개 메소드

public RectangleD ( Point location, Size size ) : System
location Point
size Size
리턴 System

RectangleD() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static RectangleD,Pinta.ImageManipulation Empty
리턴 RectangleD

Height 공개적으로 프로퍼티

public double Height
리턴 double

Width 공개적으로 프로퍼티

public double Width
리턴 double

X 공개적으로 프로퍼티

public double X
리턴 double

Y 공개적으로 프로퍼티

public double Y
리턴 double