C# Класс Pinta.ImageManipulation.Rectangle

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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