Kaliko.ImageLibrary
ByteArray Property
Byte array matching PixelFormat.Format32bppArgb (bgrA in real life).
Syntax
'Declaration
Public Property ByteArray As System.Byte()
'Usage
Dim instance As KalikoImage Dim value() As System.Byte instance.ByteArray = value value = instance.ByteArray
public System.byte[] ByteArray {get; set;}
public read-write property ByteArray: System.array of Byte;
public function get,set ByteArray : System.byte[]
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also