C# Class MSIT.OffsetAnimator

Datei anzeigen Open project: angelsl/ms-MSIT Class Usage Examples

Public Methods

Method Description
Process ( Rectangle padding, Color background, LoopType loop ) : IEnumerable

Private Methods

Method Description
FinalProcess ( List frame, Size fs, Color bg ) : IEnumerable
Fix ( List e, LoopType l, int &timeLeft ) : List.Enumerator
GetFrameSize ( List framess, Rectangle padding ) : Size
MergeMultiple ( List framess, Size fs, Color bg, LoopType looping ) : List
PadOffsets ( List framess, Rectangle p ) : List>
Translate ( List framess ) : List>

Method Details

Process() public static method

public static Process ( Rectangle padding, Color background, LoopType loop ) : IEnumerable
padding System.Drawing.Rectangle
background Color
loop LoopType
return IEnumerable