This document is archived and information here might be outdated.  Recommended version.


IRasterPicture.LoadPicture Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRasterPicture.LoadPicture Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterPicture Interface