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 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.