C# 클래스 NewTOAPIA.Graphics.PixelRectangleInfo

상속: IPixelInformation
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
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