ImageViewerRenderEventArgs Constructor(CanvasContext2D,LeadRectD)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Controls Assembly
Click or drag to resize