C# Class LayoutFarm.ImageBinder

Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
NoImage ImageBinder
dbugId int

Public Methods

Method Description
ImageBinder ( ) : PixelFarm.Drawing
ImageBinder ( string imgSource ) : PixelFarm.Drawing
LazyLoadImage ( ) : void
SetImage ( Image image ) : void
SetLazyFunc ( LazyLoadImageFunc lazyLoadFunc ) : void

Protected Methods

Method Description
OnImageChanged ( ) : void

Method Details

ImageBinder() public method

public ImageBinder ( ) : PixelFarm.Drawing
return PixelFarm.Drawing

ImageBinder() public method

public ImageBinder ( string imgSource ) : PixelFarm.Drawing
imgSource string
return PixelFarm.Drawing

LazyLoadImage() public method

public LazyLoadImage ( ) : void
return void

OnImageChanged() protected method

protected OnImageChanged ( ) : void
return void

SetImage() public method

public SetImage ( Image image ) : void
image PixelFarm.Drawing.Image
return void

SetLazyFunc() public method

public SetLazyFunc ( LazyLoadImageFunc lazyLoadFunc ) : void
lazyLoadFunc LazyLoadImageFunc
return void

Property Details

NoImage public_oe static_oe property

public static ImageBinder,LayoutFarm NoImage
return ImageBinder

dbugId public_oe property

public int dbugId
return int