ImageViewerRenderEventArgs Constructor

Summary

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

Syntax

JavaScript Syntax
ImageViewerRenderEventArgs = function(context, clipRectangle) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly