C# Class Pinta.ImageManipulation.SurfaceDiff.DiffBounds

Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Méthodes publiques

Méthode Description
DiffBounds ( int width, int height ) : System
Merge ( DiffBounds other ) : void

Method Details

DiffBounds() public méthode

public DiffBounds ( int width, int height ) : System
width int
height int
Résultat System

Merge() public méthode

public Merge ( DiffBounds other ) : void
other DiffBounds
Résultat void

Property Details

bottom public_oe property

public int bottom
Résultat int

left public_oe property

public int left
Résultat int

right public_oe property

public int right
Résultat int

top public_oe property

public int top
Résultat int