'Declaration
Function GetImageDrawing( _ ByVal mediaData As Stream, _ ByVal url As String, _ ByVal contentType As String, _ ByVal rectSize As Size, _ ByVal zoomScale As Double, _ ByVal cacheOnly As Boolean _ ) As ImageDrawing
Parameters
- mediaData
- The image data.
- url
- The image link.
- contentType
- The content type of the image data.
- rectSize
- The size of the shape
- zoomScale
- The current zoom scale.
- cacheOnly
- if set to
true
, the cached object must be returned.
Return Value
The image drawing that related to the shape.