C# Class cadencii.apputil.CursorUtil

Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode Description
SaveAsCursor ( Bitmap item, Point hotspot, Stream stream, Color transp ) : void
SaveAsIcon ( Bitmap item, Stream stream, Color transp ) : void

Private Methods

Méthode Description
SaveCor ( Bitmap item, Point hotspot, Stream stream, ushort type, Color transp ) : void

Method Details

SaveAsCursor() public static méthode

public static SaveAsCursor ( Bitmap item, Point hotspot, Stream stream, Color transp ) : void
item System.Drawing.Bitmap
hotspot Point
stream Stream
transp Color
Résultat void

SaveAsIcon() public static méthode

public static SaveAsIcon ( Bitmap item, Stream stream, Color transp ) : void
item System.Drawing.Bitmap
stream Stream
transp Color
Résultat void