←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#
C++/CLI
Python
public void RenderAlignmentTarget( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
) 
public:  
   void RenderAlignmentTarget( 
      AnnContainerMapper^ mapper, 
      AnnObject^ annObject 
   ) 
def RenderAlignmentTarget(self,mapper,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 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.