Update the HTML5 Canvas Element of an item.
ImageViewerItems.prototype.updateCanvas = function(item, canvas, resolution)
updateCanvas(item: ImageViewerItem, canvas: HTMLCanvasElement, resolution: LeadSizeD): void;
item
Item to update
canvas
New HTML5 Canvas Element. If this is null, then the item will be empty after this method returns.
resolution
The resolution to use of the image in dots/inch (or DPI). A value of 0,0 or Empty means use the default image
resolution which is 96 pixels.
This method is a shortcut for updating the Canvas and Resolution properties. It is equivalent to:
item.canvas = canvas;
item.resolution = resolution;
UpdateElement is a shortcut for updating not only Canvas, but also Element and Image. Passing a valid HTML Image Element to UpdateElement sets the Image property just as UpdateImage does. Similarly, passing a valid HTML5 Canvas Element to UpdateElement sets the Canvas property just as UpdateCanvas does. The item can have a value in only one of Image, Element or Canvas. Setting one value will automatically delete the values of the others.
var canvas = document.getElementById("myCanvas");
var context = canvas.getContext("2d");
context.fillStyle = "rgba(0, 0, 255, .5)";
context.fillRect(25, 25, 125, 125);
this._imageViewer.items.updateCanvas(this._imageViewer.activeItem, canvas, lt.LeadSizeD.create(96, 96));
Products |
Support |
Feedback: updateCanvas Method (ImageViewerItems) - Leadtools.Controls |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.