C# Class WindowlessControls.WindowlessImage

Inheritance: WindowlessPaintControl
Afficher le fichier Open project: koush/WindowlessControls Class Usage Examples

Méthodes publiques

Méthode Description
MeasureUnpadded ( Size bounds, bool boundsChange ) : bool
WindowlessImage ( ) : System
WindowlessImage ( PlatformBitmap bitmap ) : System
WindowlessImage ( PlatformBitmap bitmap, Stretch stretch ) : System
WindowlessImage ( PlatformBitmap bitmap, Stretch stretch, Thickness margin ) : System

Méthodes protégées

Méthode Description
OnPaint ( WindowlessPaintEventArgs e ) : void

Private Methods

Méthode Description
BitmapChanged ( object sender, DependencyPropertyEventArgs e ) : void

Method Details

MeasureUnpadded() public méthode

public MeasureUnpadded ( Size bounds, bool boundsChange ) : bool
bounds System.Drawing.Size
boundsChange bool
Résultat bool

OnPaint() protected méthode

protected OnPaint ( WindowlessPaintEventArgs e ) : void
e WindowlessPaintEventArgs
Résultat void

WindowlessImage() public méthode

public WindowlessImage ( ) : System
Résultat System

WindowlessImage() public méthode

public WindowlessImage ( PlatformBitmap bitmap ) : System
bitmap PlatformBitmap
Résultat System

WindowlessImage() public méthode

public WindowlessImage ( PlatformBitmap bitmap, Stretch stretch ) : System
bitmap PlatformBitmap
stretch Stretch
Résultat System

WindowlessImage() public méthode

public WindowlessImage ( PlatformBitmap bitmap, Stretch stretch, Thickness margin ) : System
bitmap PlatformBitmap
stretch Stretch
margin Thickness
Résultat System