Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnObjectRenderer Class : RenderAlignmentTarget Method |
public virtual void RenderAlignmentTarget( AnnContainerMapper mapper, AnnObject annObject )
'Declaration
Public Overridable Sub RenderAlignmentTarget( _ ByVal mapper As AnnContainerMapper, _ ByVal annObject As AnnObject _ )
'Usage
Dim instance As AnnObjectRenderer Dim mapper As AnnContainerMapper Dim annObject As AnnObject instance.RenderAlignmentTarget(mapper, annObject)
public virtual void RenderAlignmentTarget( AnnContainerMapper mapper, AnnObject annObject )
public void renderAlignmentTarget(AnnContainerMapper mapper, AnnObject annObject)
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.