C# Class NAPS2.Scan.Images.ScannedImageList

Mostra file Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
AltDeinterleave ( IEnumerable selectedIndices ) : IEnumerable
AltInterleave ( IEnumerable selectedIndices ) : IEnumerable
Deinterleave ( IEnumerable selection ) : IEnumerable
Delete ( IEnumerable selection ) : void
Interleave ( IEnumerable selection ) : IEnumerable
MoveDown ( IEnumerable selection ) : IEnumerable
MoveTo ( IEnumerable selection, int index ) : IEnumerable
MoveUp ( IEnumerable selection ) : IEnumerable
ResetTransforms ( IEnumerable selection ) : IEnumerable
Reverse ( ) : IEnumerable
Reverse ( IEnumerable selection ) : IEnumerable
RotateFlip ( IEnumerable selection, RotateFlipType rotateFlipType ) : IEnumerable
ScannedImageList ( ) : System

Method Details

AltDeinterleave() public method

public AltDeinterleave ( IEnumerable selectedIndices ) : IEnumerable
selectedIndices IEnumerable
return IEnumerable

AltInterleave() public method

public AltInterleave ( IEnumerable selectedIndices ) : IEnumerable
selectedIndices IEnumerable
return IEnumerable

Deinterleave() public method

public Deinterleave ( IEnumerable selection ) : IEnumerable
selection IEnumerable
return IEnumerable

Delete() public method

public Delete ( IEnumerable selection ) : void
selection IEnumerable
return void

Interleave() public method

public Interleave ( IEnumerable selection ) : IEnumerable
selection IEnumerable
return IEnumerable

MoveDown() public method

public MoveDown ( IEnumerable selection ) : IEnumerable
selection IEnumerable
return IEnumerable

MoveTo() public method

public MoveTo ( IEnumerable selection, int index ) : IEnumerable
selection IEnumerable
index int
return IEnumerable

MoveUp() public method

public MoveUp ( IEnumerable selection ) : IEnumerable
selection IEnumerable
return IEnumerable

ResetTransforms() public method

public ResetTransforms ( IEnumerable selection ) : IEnumerable
selection IEnumerable
return IEnumerable

Reverse() public method

public Reverse ( ) : IEnumerable
return IEnumerable

Reverse() public method

public Reverse ( IEnumerable selection ) : IEnumerable
selection IEnumerable
return IEnumerable

RotateFlip() public method

public RotateFlip ( IEnumerable selection, RotateFlipType rotateFlipType ) : IEnumerable
selection IEnumerable
rotateFlipType RotateFlipType
return IEnumerable

ScannedImageList() public method

public ScannedImageList ( ) : System
return System