메소드 | 설명 | |
---|---|---|
Clear ( |
Clears the specified color.
|
|
Lock ( ) : void |
Locks this instance.
|
|
PixelGraphicDevice ( |
Initializes a new instance of the PixelGraphicDevice class.
|
|
ReadPixel ( ushort x, ushort y ) : |
Reads the pixel.
|
|
Unlock ( ) : void |
Unlocks this instance.
|
|
Update ( ) : void |
Updates this instance.
|
|
WritePixel ( |
Writes the pixel.
|
|
WritePixelFast ( |
Writes the pixel fast.
|
public PixelGraphicDevice ( |
||
displayform | ||
리턴 | Mosa.DeviceSystem |
public ReadPixel ( ushort x, ushort y ) : |
||
x | ushort | The x. |
y | ushort | The y. |
리턴 |
public WritePixel ( |
||
color | The color. | |
x | ushort | The x. |
y | ushort | The y. |
리턴 | void |
public WritePixelFast ( |
||
color | The color. | |
x | ushort | The x. |
y | ushort | The y. |
리턴 | void |