←Select platform

Context Property (AnnWinRTRenderingEngine)

Summary

Gets or sets the destination canvas context object to use when rendering the annotation objects.

Syntax

C#
VB
WinRT C#
public Canvas Context {get; set;} 
Public Property Context As Canvas 
public Canvas Context {get; set;} 
 <br/>get_Context();<br/>set_Context(value);<br/>Object.defineProperty('Context');  

Property Value

The destination canvas context object to use when rendering and the annotation objects. The default value is null.

Remarks

The Windows Runtime ImageViewerAutomationControl object creates an instance of AnnWinRTRenderingEngine and uses it to create an automated annotation user interface tied with the LEADTOOLS ImageViewer control.

The value of Context will be set to the context of the custom annotation canvas created by ImageViewerAutomationControl.

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.Annotations.Rendering.WinForms Assembly