Create() static private method

static private Create ( object imageObject ) : BlkImgDataSrc
imageObject object
return BlkImgDataSrc
Exemplo n.º 1
0
 public BlkImgDataSrc ToPortableImageSource(object imageObject)
 {
     return(BitmapImageSource.Create(imageObject));
 }