This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRasterPicture Interface > IRasterPicture.LoadPicture Method (ArcObjects .NET 10.4 SDK) |
Loads the picture.
[Visual Basic .NET] Public Function LoadPicture ( _ ByVal fileName As String _ ) As stdole.IPicture
[C#] public stdole.IPicture LoadPicture ( string fileName );
[C++]
HRESULT LoadPicture(
BSTR fileName,
IPicture** ppPicture
);
[C++]
Parameters fileName [in] fileName is a parameter of type BSTR ppPicture [out, retval]
ppPicture is a parameter of type IPicture