IntArray Property

Kaliko Image Library

Kaliko.ImageLibrary
IntArray Property





Int array matching PixelFormat.Format32bppArgb (bgrA in real life)
Syntax
'Declaration
 
Public Property IntArray As System.Integer()
'Usage
 
Dim instance As KalikoImage
Dim value() As System.Integer
 
instance.IntArray = value
 
value = instance.IntArray
public System.int[] IntArray {get; set;}
public read-write property IntArray: System.array of Integer; 
public function get,set IntArray : System.int[]
public: __property System.int[]* get_IntArray();
public: __property void set_IntArray( 
   System.int[]* value
);
public:
property System.array<int>^ IntArray {
   System.array<int>^ get();
   void set (    System.array<int>^ 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