C# 클래스 Pinta.ImageManipulation.Rectangle

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty Rectangle
Height int
Width int
X int
Y int

공개 메소드들

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

메소드 상세

Contains() 공개 메소드

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

FromLTRB() 공개 정적인 메소드

public static FromLTRB ( int left, int top, int right, int bottom ) : Rectangle
left int
top int
right int
bottom int
리턴 Rectangle

Intersect() 공개 정적인 메소드

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

Intersect() 공개 메소드

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

Rectangle() 공개 메소드

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

Rectangle() 공개 메소드

public Rectangle ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

public static Rectangle,Pinta.ImageManipulation Empty
리턴 Rectangle

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int