NetXP 3.0 Reference

Resources.LoadBitmapStrip Method (Type, String, Size)

Loads a strip of images as an image list.

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

Parameters

assemblyType
The assembly.
imageName
The bitmap file name.
imageSize
The image size.

Return Value

A bitmap strip as an image list.

See Also

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