CSJ2K.Util.ImageFactory.ToPortableImageSource C# (CSharp) Méthode

ToPortableImageSource() static private méthode

static private ToPortableImageSource ( object imageObject ) : BlkImgDataSrc
imageObject object
Résultat BlkImgDataSrc
        internal static BlkImgDataSrc ToPortableImageSource(object imageObject)
        {
            try
            {
                return _creator.ToPortableImageSource(imageObject);
            }
            catch
            {
                return null;
            }
        }