Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (28 loc) · 1.74 KB

selection-picture-property-visio.md

File metadata and controls

55 lines (28 loc) · 1.74 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Selection.Picture Property (Visio)
vis_sdr.chm11150765
vis_sdr.chm11150765
visio
Visio.Selection.Picture
fb3e59d3-2739-beee-441c-ffcee6621aa0
06/08/2017

Selection.Picture Property (Visio)

Returns a picture that represents an enhanced metafile (EMF) contained in a master, shape, selection, or page. Read-only.

Syntax

expression . Picture

expression A variable that represents a Selection object.

Return Value

IPictureDisp

Remarks

The Picture property returns only EMF files.

COM provides a standard implementation of a picture object that has the IPictureDisp interface on top of the underlying system picture support. The IPictureDisp interface exposes a picture object's properties and is implemented in the stdole type library as a StdPicture object creatable within Microsoft Visual Basic. The stdole type library is automatically referenced from all Visual Basic for Applications (VBA) projects in Microsoft Visio.

Currently, only in-process solutions can use the Picture property because the IPictureDisp interface cannot be marshaled.

To get information about the StdPicture object that supports the IPictureDisp interface

  1. In the Code group on theDeveloper tab, click Visual Basic.

  2. On the View menu, click Object Browser.

  3. In the Project/Library list, click stdole.

  4. Under Classes, examine the class named StdPicture .

For details about the IPictureDisp interface, see the Microsoft Platform SDK on MSDN, the Microsoft Developer Network.