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.
public void RenderAlignmentTarget(
AnnContainerMapper mapper,
AnnObject annObject
)
Sub RenderAlignmentTarget( _
ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _
ByVal annObject As Leadtools.Annotations.Core.AnnObject _
)
void RenderAlignmentTarget(
Leadtools.Annotations.Core.AnnContainerMapper mapper,
Leadtools.Annotations.Core.AnnObject annObject
)
function Leadtools.Annotations.Core.IAnnObjectRenderer.RenderAlignmentTarget(
mapper ,
annObject
)
public:
void RenderAlignmentTarget(
AnnContainerMapper^ mapper,
AnnObject^ annObject
)
mapper
The mapper object to use for converting coordinates. This value must not be null.
annObject
The object to render highlight above.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET