com.esri.arcgis.display
Interface IRasterPicture

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicRasterPicture, RasterPicture

public interface IRasterPicture
extends Serializable

Provides access to members that control the raster picture.

Product Availability

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


Method Summary
 IColor getTransparentColor()
          The transparent color if there is any.
 IPicture loadPicture(String fileName)
          Loads the picture.
 

Method Detail

loadPicture

IPicture loadPicture(String fileName)
                     throws IOException,
                            AutomationException
Loads the picture.

Product Availability

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

Parameters:
fileName - The fileName (in)
Returns:
A reference to a com.esri.arcgis.support.ms.stdole.IPicture
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparentColor

IColor getTransparentColor()
                           throws IOException,
                                  AutomationException
The transparent color if there is any.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.