C# Class Pinta.ImageManipulation.SurfaceDiff.DiffBounds

Mostra file Open project: PintaProject/Pinta.ImageManipulation

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
DiffBounds ( int width, int height ) : System
Merge ( DiffBounds other ) : void

Method Details

DiffBounds() public method

public DiffBounds ( int width, int height ) : System
width int
height int
return System

Merge() public method

public Merge ( DiffBounds other ) : void
other DiffBounds
return void

Property Details

bottom public_oe property

public int bottom
return int

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int