C# Class Smeedee.FakeImageService

Inheritance: IImageService
Mostra file Open project: Smeedee/Smeedee-Mobile

Public Properties

Property Type Description
GetImageCalls int

Public Methods

Method Description
FakeImageService ( IBackgroundWorker worker ) : System
GetImage ( Uri uri, Action callback ) : void
imageToByteArray ( Image imageIn ) : byte[]

Method Details

FakeImageService() public method

public FakeImageService ( IBackgroundWorker worker ) : System
worker IBackgroundWorker
return System

GetImage() public method

public GetImage ( Uri uri, Action callback ) : void
uri System.Uri
callback Action
return void

imageToByteArray() public method

public imageToByteArray ( Image imageIn ) : byte[]
imageIn Image
return byte[]

Property Details

GetImageCalls public_oe property

public int GetImageCalls
return int