Property | Type | Description |
---|
Method | Description | |
---|---|---|
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
UnmanagedBgrBitmapDataStream ( |
||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Seek ( long offset, System origin ) : long | ||
offset | long | |
origin | System | |
return | long |
public UnmanagedBgrBitmapDataStream ( |
||
dataPtr | ||
bitmapSize | ||
bitsPerPixel | int | |
dispose | System.Action | |
return | System |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |