C# Класс Pinta.ImageManipulation.SurfaceDiff.DiffBounds

Показать файл Открыть проект

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

Свойство Тип Описание
bottom int
left int
right int
top int

Открытые методы

Метод Описание
DiffBounds ( int width, int height ) : System
Merge ( DiffBounds other ) : void

Описание методов

DiffBounds() публичный Метод

public DiffBounds ( int width, int height ) : System
width int
height int
Результат System

Merge() публичный Метод

public Merge ( DiffBounds other ) : void
other DiffBounds
Результат void

Описание свойств

bottom публичное свойство

public int bottom
Результат int

left публичное свойство

public int left
Результат int

right публичное свойство

public int right
Результат int

top публичное свойство

public int top
Результат int