Version

GetImage Method (EmbeddableImageRenderer)

Tries to contruct an image from the owner's value and returns it. If no image can be constructed, then returns null.
Overload List
OverloadDescription
GetImage(EmbeddableEditorOwnerBase,Object,Stream,Boolean)Tries to contruct an image from the owner's value and returns it. If no image can be constructed, then returns null.  
GetImage(Object,EmbeddableEditorOwnerBase,Object,Stream,Boolean)Gets an image from the val. Val can be an Image instance in which case it will return val. If it's a byte[] then it will try to convert that into an Image using Image.FromStream static method by constructing a stream from the byte array. Returns null if an image can't be constructed from the passed in data.  
GetImage(Object,Color,Stream,Boolean)Gets an image from the val. Val can be an Image instance in which case it will return val. If it's a byte[] then it will try to convert that into an Image using Image.FromStream static method by constructing a stream from the byte array. Returns null if an image can't be constructed from the passed in data.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also