Creates a new ImageViewerRenderEventArgs from the specified HTML5 Canvas Element context and clipping rectangle.
ImageViewerRenderEventArgs = function(context, clipRectangle)
constructor(context: CanvasRenderingContext2D, clipRectangle: LeadRectD);
context
HTML5 Canvas Element context. This will be set in context.
clipRectangle
Clipping rectangle. This will be set in clipRectangle. Pass empty for no clipping.
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