ByteArray Property

Kaliko Image Library

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[]
public: __property System.byte[]* get_ByteArray();
public: __property void set_ByteArray( 
   System.byte[]* value
);
public:
property System.array<byte>^ ByteArray {
   System.array<byte>^ get();
   void set (    System.array<byte>^ value);
}
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

This documentation was created using Document! X from Innovasys