Initializes a raster from a Uri. Only the specified subsection of the raster is read. See Raster for a list of supported formats.
| [Visual Basic .NET] |
|---|
Public Function InitializeWithStringUriXYWidthAndHeight( _ ByVal Uri As String, _ ByVal X As Integer, _ ByVal Y As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer _ ) As IAgStkGraphicsRaster |
| [C#] |
|---|
public IAgStkGraphicsRaster InitializeWithStringUriXYWidthAndHeight( |
| [Managed C++] |
|---|
public: IAgStkGraphicsRaster^ InitializeWithStringUriXYWidthAndHeight( |
| [Java] |
|---|
public IAgStkGraphicsRaster initializeWithStringUriXYWidthAndHeight( |
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithStringUriXYWidthAndHeight( |
- Uri
- The Uri of the raster.
- X
- The X position of the subsection in pixels.
- Y
- The Y position of the subsection in pixels.
- Width
- The width of the subsection in pixels.
- Height
- The height of the subsection in pixels.
