C# Class DroidExplorer.Core.DroidExplorerCoreExtensions

Mostrar archivo Open project: camalot/droidexplorer

Public Methods

Method Description
IntReverseForRawImage ( this source, Action action ) : void
InvokeIfRequired ( this obj, MethodInvoker action ) : void
QuoteIfHasSpace ( this s ) : String
Resize ( this source, int canvasWidth, int canvasHeight ) : System.Image
ToSafeFileName ( this fsi ) : string

Method Details

IntReverseForRawImage() public static method

public static IntReverseForRawImage ( this source, Action action ) : void
source this
action Action
return void

InvokeIfRequired() public static method

public static InvokeIfRequired ( this obj, MethodInvoker action ) : void
obj this
action MethodInvoker
return void

QuoteIfHasSpace() public static method

public static QuoteIfHasSpace ( this s ) : String
s this
return String

Resize() public static method

public static Resize ( this source, int canvasWidth, int canvasHeight ) : System.Image
source this
canvasWidth int
canvasHeight int
return System.Image

ToSafeFileName() public static method

public static ToSafeFileName ( this fsi ) : string
fsi this
return string