System.Windows.Forms.ImageListStreamer.ImageListStreamer C# (CSharp) Méthode

ImageListStreamer() private méthode

private ImageListStreamer ( ImageList imageCollection ) : System.IO
imageCollection ImageList
Résultat System.IO
		internal ImageListStreamer (ImageList.ImageCollection imageCollection)
		{
			this.imageCollection = imageCollection;
		}

Same methods

ImageListStreamer::ImageListStreamer ( SerializationInfo info, StreamingContext context ) : System.IO