C# Class Pinta.ImageManipulation.SurfaceDiff

Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes publiques

Méthode Description
Apply ( ISurface dst ) : void
ApplyAndSwap ( ISurface dst ) : void
Create ( ISurface original, ISurface updated_surf, bool force = false ) : SurfaceDiff
GetBounds ( ) : Rectangle

Private Methods

Méthode Description
ApplyAndSwap ( ISurface dst, bool swap ) : void
SurfaceDiff ( BitArray bitmask, Rectangle bounds, Pinta pixels ) : System

Method Details

Apply() public méthode

public Apply ( ISurface dst ) : void
dst ISurface
Résultat void

ApplyAndSwap() public méthode

public ApplyAndSwap ( ISurface dst ) : void
dst ISurface
Résultat void

Create() public static méthode

public static Create ( ISurface original, ISurface updated_surf, bool force = false ) : SurfaceDiff
original ISurface
updated_surf ISurface
force bool
Résultat SurfaceDiff

GetBounds() public méthode

public GetBounds ( ) : Rectangle
Résultat Rectangle