C# Class NewTOAPIA.Graphics.PixelRectangleInfo

Inheritance: IPixelInformation
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetBytesPerRow ( ) : int

Method Details

GetAlignedRowStride() public static method

public static GetAlignedRowStride ( int width, PixelLayout format, PixelComponentType pType, int alignment ) : int
width int
format PixelLayout
pType PixelComponentType
alignment int
return int

GetAlignedRowStride() public static method

public static GetAlignedRowStride ( int width, int bitsperpixel, int alignment ) : int
width int
bitsperpixel int
alignment int
return int

GetImageSize() public method

public GetImageSize ( ) : int
return int

GetPixelByteOffset() public method

public GetPixelByteOffset ( int column, int row ) : int
column int
row int
return int

GetPixelInformation() public method

public GetPixelInformation ( ) : PixelInformation
return PixelInformation

PixelRectangleInfo() public method

public PixelRectangleInfo ( int width, int height, IPixelInformation pixelInfo, PixmapOrientation orient, int bytesPerRow ) : System
width int
height int
pixelInfo IPixelInformation
orient PixmapOrientation
bytesPerRow int
return System

PixelRectangleInfo() public method

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
return System

PixelRectangleInfo() public method

public PixelRectangleInfo ( int width, int height, PixelLayout layout, PixelComponentType compType, int alignment ) : System
width int
height int
layout PixelLayout
compType PixelComponentType
alignment int
return System