←Select platform

RenderAlignmentTarget Method

Summary

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

Syntax
C#
VB
C++
Java
public virtual void RenderAlignmentTarget( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
) 
Public Overridable Sub RenderAlignmentTarget( _ 
   ByVal mapper As AnnContainerMapper, _ 
   ByVal annObject As AnnObject _ 
)  
public void renderAlignmentTarget(AnnContainerMapper mapper, AnnObject annObject) 
public:  
   virtual 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 EnableObjectsAlignment is turned on and the object is target alignment. This is usually called from RenderContainer if the value of EnableObjectsAlignment is true and the object is target alignment.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly