STK Graphics PrimitivesSend comments on this topic.
Read Method (IAgStkGraphicsCustomImageGlobeOverlay)
See Also
Extent
An array representing the extent to read a tile from. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
UserTileData
Image
Windows





Windows & Linux

Description

Reads a tile from the specified extent, scales it to and stores the result in image.

Syntax

[Visual Basic .NET]
Public Function Read( _
    ByVal Extent As System.Array, _
    ByVal UserTileData As System.Object, _
    ByVal Image As Picture _
) As Boolean
[C#]
public bool Read(
    System.Array Extent,
    System.Object UserTileData,
    System.Drawing.Image Image
);
[Managed C++]
public: bool Read(
    System::Array ^ Extent,
    VARIANT UserTileData,
    stdole::IPictureDisp ^ Image
);
[Unmanaged C++]
public: HRESULT Read(
    SAFEARRAY * * Extent,
    VARIANT UserTileData,
    stdole::IPictureDisp * Image,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool read(
    AgSafeArray Extent,
    AgVariant UserTileData,
    Picture Image
);
[Python - STK API ]
def Read(self, Extent:list, UserTileData:typing.Any, Image:IPictureDisp) -> bool:

Parameters

Extent
An array representing the extent to read a tile from. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
UserTileData
Image

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.