C# Class BitmapReader.Extensions.BitmapExtensions

Show file Open project: egeozcan/DrawThatThing

Public Methods

Method Description
LoopThroughPixels ( this bitmap, Color>.Action action ) : void

Method Details

LoopThroughPixels() public static method

public static LoopThroughPixels ( this bitmap, Color>.Action action ) : void
bitmap this
action Color>.Action
return void