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

Наследование: ISurface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
height int
width int

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

Метод Описание
BeginUpdate ( ) : void
EndUpdate ( ) : void
GetPoint ( int x, int y ) : ColorBgra
GetPointAddress ( Point point ) : ColorBgra*
GetPointAddress ( int x, int y ) : ColorBgra*
GetRowAddress ( int y ) : ColorBgra*

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

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

public BeginUpdate ( ) : void
Результат void

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

public EndUpdate ( ) : void
Результат void

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

public GetPoint ( int x, int y ) : ColorBgra
x int
y int
Результат ColorBgra

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

public GetPointAddress ( Point point ) : ColorBgra*
point Point
Результат ColorBgra*

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

public GetPointAddress ( int x, int y ) : ColorBgra*
x int
y int
Результат ColorBgra*

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

public GetRowAddress ( int y ) : ColorBgra*
y int
Результат ColorBgra*

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

height защищенное свойство

protected int height
Результат int

width защищенное свойство

protected int width
Результат int