ImageViewerRenderEventArgs Constructor

Summary

Creates a new ImageViewerRenderEventArgs from the specified HTML5 Canvas Element context and clipping rectangle.

Syntax
TypeScript
JavaScript
ImageViewerRenderEventArgs = function( 
   context, 
   clipRectangle 
) 
constructor( 
   context: CanvasRenderingContext2D, 
   clipRectangle: LeadRectD 
); 

Parameters

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly