←Select platform

RenderAlignmentTarget Method

Summary

Renders highlight rectangle above the bounds of alignment target object when Leadtools.Annotations.Automation.AnnAutomationManager.EnableObjectsAlignment is turned on and the object is target alignment.

Syntax

C#
VB
WinRT C#
C++
public void RenderAlignmentTarget( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
) 
function Leadtools.Annotations.Core.IAnnObjectRenderer.RenderAlignmentTarget(  
   mapper , 
   annObject  
) 
public:  
   void RenderAlignmentTarget( 
      AnnContainerMapper^ mapper, 
      AnnObject^ annObject 
   ) 

Parameters

mapper
The mapper object to use for converting coordinates. This value must not be null.

annObject
The object to render highlight above.

Remarks

This method is called by the framework to render highlight rectangle above the bounds of alignment target object if Leadtools.Annotations.Automation.AnnAutomationManager.EnableObjectsAlignment is turned on and the object is target alignment. This is usually called from AnnRenderingEngine.RenderContainer if the value of Leadtools.Annotations.Automation.AnnAutomationManager.EnableObjectsAlignment is true and the object is target alignment.

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.Core Assembly