C# 클래스 Mosa.DeviceSystem.FrameBuffer

상속: IFrameBuffer
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

보호된 프로퍼티들

프로퍼티 타입 설명
depth uint
height uint
memory IMemory
offset uint
width uint

공개 메소드들

메소드 설명
GetPixel ( uint x, uint y ) : uint

Gets the pixel.

SetPixel ( uint color, uint x, uint y ) : void

Sets the pixel.

보호된 메소드들

메소드 설명
GetOffset ( uint x, uint y ) : uint

Gets the offset.

메소드 상세

GetOffset() 보호된 추상적인 메소드

Gets the offset.
protected abstract GetOffset ( uint x, uint y ) : uint
x uint The x.
y uint The y.
리턴 uint

GetPixel() 공개 추상적인 메소드

Gets the pixel.
public abstract GetPixel ( uint x, uint y ) : uint
x uint The x.
y uint The y.
리턴 uint

SetPixel() 공개 추상적인 메소드

Sets the pixel.
public abstract SetPixel ( uint color, uint x, uint y ) : void
color uint
x uint The x.
y uint The y.
리턴 void

프로퍼티 상세

depth 보호되어 있는 프로퍼티

protected uint depth
리턴 uint

height 보호되어 있는 프로퍼티

protected uint height
리턴 uint

memory 보호되어 있는 프로퍼티

protected IMemory memory
리턴 IMemory

offset 보호되어 있는 프로퍼티

protected uint offset
리턴 uint

width 보호되어 있는 프로퍼티

protected uint width
리턴 uint