[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=BitmapData Info=Specifies the attributes of a bitmap image. The BitmapData class is used by the LockBits and UnlockBits methods of the Bitmap class. [Property] Name=Sets the name of the component. ARG(string)|2| @Height=Sets the pixel height of the Bitmap object. Also sometimes referred to as the number of scan lines. ARG(int)|1|0 @PixelFormat=Sets the format of the pixel information in the Bitmap object that returned this BitmapData object. ARG(PixelFormat)|20|(empty)|PixelFormat @Scan0=Sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap. ARG(IntPtr)|20|(empty)|IntPtr @Stride=Sets the stride width of the Bitmap object. ARG(int)|1|0 @Width=Sets the pixel width of the Bitmap object. This can also be thought of as the number of pixels in one scan line. ARG(int)|1|0 [Methods] *doConstructor=Initializes a new instance of the BitmapData class. ARG()|1|0 *Height=Returns the pixel height of the Bitmap object. Also sometimes referred to as the number of scan lines. ARG(int)|3|1 *PixelFormat=Returns the format of the pixel information in the Bitmap object that returned this BitmapData object. ARG(PixelFormat)|3|0 *Scan0=Returns the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap. ARG(IntPtr)|3|0 *Stride=Returns the stride width of the Bitmap object. ARG(int)|3|1 *Width=Returns the pixel width of the Bitmap object. This can also be thought of as the number of pixels in one scan line. ARG(int)|3|1 BitmapData=Returns the BitmapData object. ARG(BitmapData)|3|0