C# Класс NewTOAPIA.Graphics.PixelAccessor

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

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

Метод Описание
CalculateOffset ( int x, int y ) : int
GetColor ( int x, int y ) : ColorRGBA
GetPixel ( int x, int y ) : IPixel
GetPixelPointer ( int column, int row ) : IntPtr
GetRowPointer ( int row ) : IntPtr
SetColor ( int x, int y, ColorRGBA color ) : void
SetPixel ( int x, int y, IPixel pel ) : void

Защищенные методы

Метод Описание
PixelAccessor ( ) : System
PixelAccessor ( int width, int height, IPixelInformation pixelInfo, int bytesPerRow, PixmapOrientation orientation, IntPtr pixelPointer ) : System
PixelAccessor ( int width, int height, PixelLayout layout, PixelComponentType pType, PixmapOrientation orientation, IntPtr pixelPointer ) : System

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

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

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

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

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

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

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

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

public GetPixelPointer ( int column, int row ) : IntPtr
column int
row int
Результат System.IntPtr

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

public GetRowPointer ( int row ) : IntPtr
row int
Результат System.IntPtr

PixelAccessor() защищенный Метод

protected PixelAccessor ( ) : System
Результат System

PixelAccessor() защищенный Метод

protected PixelAccessor ( int width, int height, IPixelInformation pixelInfo, int bytesPerRow, PixmapOrientation orientation, IntPtr pixelPointer ) : System
width int
height int
pixelInfo IPixelInformation
bytesPerRow int
orientation PixmapOrientation
pixelPointer System.IntPtr
Результат System

PixelAccessor() защищенный Метод

protected PixelAccessor ( int width, int height, PixelLayout layout, PixelComponentType pType, PixmapOrientation orientation, IntPtr pixelPointer ) : System
width int
height int
layout PixelLayout
pType PixelComponentType
orientation PixmapOrientation
pixelPointer System.IntPtr
Результат System

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

public SetColor ( int x, int y, ColorRGBA color ) : void
x int
y int
color ColorRGBA
Результат void

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

public SetPixel ( int x, int y, IPixel pel ) : void
x int
y int
pel IPixel
Результат void