This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IP > IPictureFillSymbol Interface > IPictureFillSymbol.Picture Property (ArcObjects .NET 10.4 SDK) |
Picture used for fill.
[Visual Basic .NET]
Public Property Picture As stdole.IPictureDisp
[C#]
public stdole.IPictureDisp Picture {get; set;}
[C++]
HRESULT get_Picture(
Picture** pictureDisp
);
[C++]
HRESULT putref_Picture(
Picture* pictureDisp
);
[C++]
Parameters pictureDisp [out, retval]
pictureDisp is a parameter of type Picture pictureDisp [in]
pictureDisp is a parameter of type Picture
Specifies the bitmap image used for the fill. Use the IPictureDisp interface to specify the image.
Only bitmap images may be specified. Use the CreateFillSymbolFromFile method to access emf files.