context Property

Summary

Current HTML5 Canvas Element context associated with this object.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerRenderEventArgs.prototype, 'context', 
	get: function() 
) 
TypeScript Syntax
context: CanvasRenderingContext2D; // read-only 

Property Value

The canvas context associated with this object, if any.

Example

For an example, refer to PostRender.

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