PutImageDataToSelection
function PutImageDataToSelection(oImageData: ImageData): void
Description
Replaces the first selected drawing with the image specified in the parameters. If there are no drawings selected, the method inserts the image at the current position.
Parameters
- oImageData
ImageData
The information about the base64 encoded png image.
Returns
void