Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Rendering)

RenderAlignmentTarget Method

Show in webframe
The mapper object to use for converting coordinates. This value must not be null.
The object to render highlight above.
Renders highlight rectangle above the bounds of alignment target object when EnableObjectsAlignment is turned on and the object is target alignment.
Syntax
 function Leadtools.Annotations.Rendering.AnnObjectRenderer.renderAlignmentTarget( 
   mapper ,
   annObject 
)

Parameters

ParameterTypeDescription
mapperAnnContainerMapperThe mapper object to use for converting coordinates. This value must not be null.
annObjectAnnObjectThe 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.

See Also

Reference

AnnObjectRenderer Object
AnnObjectRenderer Members

Error processing SSI file