C# Class WindowlessControls.CommonControls.ImageButton

Inheritance: ButtonBase
Afficher le fichier Open project: koush/WindowlessControls

Méthodes publiques

Méthode Description
ImageButton ( ) : System.Drawing
ImageButton ( PlatformBitmap bitmap, Stretch stretch ) : System.Drawing
ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap ) : System.Drawing
ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap, PlatformBitmap clickedBitmap ) : System.Drawing

Method Details

ImageButton() public méthode

public ImageButton ( ) : System.Drawing
Résultat System.Drawing

ImageButton() public méthode

public ImageButton ( PlatformBitmap bitmap, Stretch stretch ) : System.Drawing
bitmap WindowlessControls.PlatformBitmap
stretch Stretch
Résultat System.Drawing

ImageButton() public méthode

public ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap ) : System.Drawing
bitmap WindowlessControls.PlatformBitmap
stretch Stretch
focusedBitmap WindowlessControls.PlatformBitmap
Résultat System.Drawing

ImageButton() public méthode

public ImageButton ( PlatformBitmap bitmap, Stretch stretch, PlatformBitmap focusedBitmap, PlatformBitmap clickedBitmap ) : System.Drawing
bitmap WindowlessControls.PlatformBitmap
stretch Stretch
focusedBitmap WindowlessControls.PlatformBitmap
clickedBitmap WindowlessControls.PlatformBitmap
Résultat System.Drawing