Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Pixel ( |
Initializes a new instance of the Pixel struct.
|
|
ReadData ( Byte buffer, |
Reads the data.
|
|
ReadRawData ( |
Reads the raw data.
|
|
Update ( |
||
WriteData ( Byte buffer, |
Writes the data.
|
|
WriteRawData ( |
Writes the raw data.
|
Method | Description | |
---|---|---|
GetIndexedType ( PixelFormat pixelFormat ) : |
Gets the type of the indexed pixel format.
|
|
GetNonIndexedType ( PixelFormat pixelFormat ) : |
Gets the type of the non-indexed pixel format.
|
|
Initialize ( ) : void | ||
MarshalToPointer ( Object data ) : |
public ReadData ( Byte buffer, |
||
buffer | Byte | The buffer. |
offset | The offset. | |
return | void |
public ReadRawData ( |
||
imagePointer | The image pointer. | |
return | void |
public Update ( |
||
x | The X coordinate. | |
y | The Y coordinate. | |
return | void |
public WriteData ( Byte buffer, |
||
buffer | Byte | The buffer. |
offset | The offset. | |
return | void |
public WriteRawData ( |
||
imagePointer | The image pointer. | |
return | void |