Implemented By

Supported Methods

Description of Methods

GetId() as Integer

Returns a unique id for the request.

GetState() as Integer

Returns the state of the request.

ValueState
0Requested
1Downloading
2Downloaded
3Ready
4Failed
5Cancelled

SetAsync(async as Boolean) as Integer

Sets the request to be either asynchronous (true) or synchronous (false).  The default is asynchronous.

SetSize(width as Integer, height as Integer) as Void

Set the desired size of the roBitmap.  The default is to return a bitmap in its native size.

SetScaleMode(mode as Integer)

Set the scaling mode to be used.  The default is zero.

Value

Scaling mode

0

Nearest neighbor (fast)

1Bilinear (smooth)