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

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

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

Метод Описание
GetAlignedRowStride ( int width, PixelLayout format, PixelComponentType pType, int alignment ) : int
GetAlignedRowStride ( int width, int bitsperpixel, int alignment ) : int
GetImageSize ( ) : int
GetPixelByteOffset ( int column, int row ) : int
GetPixelInformation ( ) : PixelInformation
PixelRectangleInfo ( int width, int height, IPixelInformation pixelInfo, PixmapOrientation orient, int bytesPerRow ) : System
PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, PixmapOrientation orient, int alignment ) : System
PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, int alignment ) : System

Приватные методы

Метод Описание
GetBytesPerRow ( ) : int

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

GetAlignedRowStride() публичный статический Метод

public static GetAlignedRowStride ( int width, PixelLayout format, PixelComponentType pType, int alignment ) : int
width int
format PixelLayout
pType PixelComponentType
alignment int
Результат int

GetAlignedRowStride() публичный статический Метод

public static GetAlignedRowStride ( int width, int bitsperpixel, int alignment ) : int
width int
bitsperpixel int
alignment int
Результат int

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

public GetImageSize ( ) : int
Результат int

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

public GetPixelByteOffset ( int column, int row ) : int
column int
row int
Результат int

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

public GetPixelInformation ( ) : PixelInformation
Результат PixelInformation

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

public PixelRectangleInfo ( int width, int height, IPixelInformation pixelInfo, PixmapOrientation orient, int bytesPerRow ) : System
width int
height int
pixelInfo IPixelInformation
orient PixmapOrientation
bytesPerRow int
Результат System

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

public PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, PixmapOrientation orient, int alignment ) : System
width int
height int
layout PixelLayout
compType PixelComponentType
orient PixmapOrientation
alignment int
Результат System

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

public PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, int alignment ) : System
width int
height int
layout PixelLayout
compType PixelComponentType
alignment int
Результат System