C# Class System.Windows.Forms.ImageListStreamer

Inheritance: ISerializable, IDisposable
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
Get1bppMask Bitmap
GetDecodedStream System.IO.MemoryStream
GetRLEStream System.IO.MemoryStream
ImageListStreamer System.IO
ImageListStreamer System.IO

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo si, StreamingContext context ) : void

Private Methods

Méthode Description
Get1bppMask ( Bitmap main ) : Bitmap
GetDecodedStream ( byte bytes, int offset, int size ) : MemoryStream
GetRLEStream ( MemoryStream input, int start ) : MemoryStream
ImageListStreamer ( ImageList imageCollection ) : System.IO
ImageListStreamer ( SerializationInfo info, StreamingContext context ) : System.IO

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo si, StreamingContext context ) : void
si System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void