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 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