Creates an ImageList of 16x16 images with a background color of magenta by splitting the supplied Stream.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Shared Function GetImageList ( _
imageStream As Stream _
) As ImageList
'使用
Dim imageStream As Stream
Dim returnValue As ImageList
returnValue = Utilities.GetImageList(imageStream)
public static ImageList GetImageList(
Stream imageStream
)
public:
static ImageList^ GetImageList(
Stream^ imageStream
)
public static function GetImageList(
imageStream : Stream
) : ImageList
Parameters
imageStream
Type: System.IO.StreamThe Stream to split into images.
Return Value
Type: System.Windows.Forms.ImageList
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.