C# Class DroidExplorer.Core.DroidExplorerCoreExtensions

Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode 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 méthode

public static IntReverseForRawImage ( this source, Action action ) : void
source this
action Action
Résultat void

InvokeIfRequired() public static méthode

public static InvokeIfRequired ( this obj, MethodInvoker action ) : void
obj this
action MethodInvoker
Résultat void

QuoteIfHasSpace() public static méthode

public static QuoteIfHasSpace ( this s ) : String
s this
Résultat String

Resize() public static méthode

public static Resize ( this source, int canvasWidth, int canvasHeight ) : System.Image
source this
canvasWidth int
canvasHeight int
Résultat System.Image

ToSafeFileName() public static méthode

public static ToSafeFileName ( this fsi ) : string
fsi this
Résultat string