ImageHelper.ImageFromIPicture Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Shared Function ImageFromIPicture ( _
pic As Object _
) As Image
public static Image ImageFromIPicture(
Object pic
)
public:
static Image^ ImageFromIPicture(
Object^ pic
)
static member ImageFromIPicture :
pic:Object -> Image
public static function ImageFromIPicture(
pic : Object
) : Image
Parameters
- pic
Type: System.Object
Return Value
Type: System.Drawing.Image
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.