Initializes a Raster
Image Globe Overlay with the provided values.
[Visual Basic .NET] |
---|
Public Function InitializeWithColor( _
ByVal Color As System.Drawing.Color, _
ByRef Extent As System.Array _
) As IAgStkGraphicsRasterImageGlobeOverlay
|
[C#] |
---|
public IAgStkGraphicsRasterImageGlobeOverlay InitializeWithColor(
|
[Managed C++] |
---|
public: IAgStkGraphicsRasterImageGlobeOverlay^ InitializeWithColor(
|
[Java] |
---|
public IAgStkGraphicsRasterImageGlobeOverlay initializeWithColor(
|
[Unmanaged C++] |
---|
public: HRESULT InitializeWithColor(
|
- Color
- The Color of the overlay.
- Extent
- An array representing the Cartographic Extent of the overlay. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
Shows the format of
the Extent parameter when creating a raster imgae globe overlay.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Extent parameter when creating a raster imgae globe overlay.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|