BitmapDataSetBytes Method
|
Sets the pixels from an array of bytes.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void SetBytes(
byte[] bytes
)
Public Sub SetBytes (
bytes As Byte()
)
member SetBytes :
bytes : byte[] -> unit
Parameters
- bytes
- Type: SystemByte
See Also