C# 클래스 NewTOAPIA.Graphics.PixelAccessor

상속: IPixelAccessor, IColorAccessor
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

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