NetXP 3.0 Reference

Resources.LoadBitmapStrip Method (Type, String, Size, Point)

Loads a strip of images as an image list, with transparency.

[Visual Basic]
Overloads Public Shared Function LoadBitmapStrip( _
   ByVal assemblyType As Type, _
   ByVal imageName As String, _
   ByVal imageSize As Size, _
   ByVal transparentPixel As Point _
) As ImageList
[C#]
public static ImageList LoadBitmapStrip(
   Type assemblyType,
   string imageName,
   Size imageSize,
   Point transparentPixel
);

Parameters

assemblyType
The assembly.
imageName
The bitmap file name.
imageSize
The image size.
transparentPixel
The pixel location at which the transparent color is found.

Return Value

A bitmap strip as an image list.

See Also

Resources Class | NETXP.Library Namespace | Resources.LoadBitmapStrip Overload List