NetXP 3.0 Reference

Utility.AddPNGToImageList Method 

Adds a transparent image to an image list, with alpha channel transparency.

[Visual Basic]
Public Shared Sub AddPNGToImageList( _
   ByVal il As ImageList, _
   ByVal bmp As Bitmap _
)
[C#]
public static void AddPNGToImageList(
   ImageList il,
   Bitmap bmp
);

Parameters

il
bmp

See Also

Utility Class | NETXP.Library Namespace