Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

RenderSelection Method






The mapper object to use for converting coordinates. This value must not be null.
The object to render.
Renders the selected part of this object if it supports a selection stroke.
Syntax
void RenderSelection( 
   AnnContainerMapper mapper,
   AnnObject annObject
)
'Declaration
 
Sub RenderSelection( _
   ByVal mapper As AnnContainerMapper, _
   ByVal annObject As AnnObject _
) 
void RenderSelection( 
   AnnContainerMapper mapper,
   AnnObject annObject
)
-(void) renderSelectionMapper:(LTAnnContainerMapper*) mapper
                       object:(LTAnnObject*) annObject;
            
void renderSelection(AnnContainerMapper mapper, AnnObject annObject);
            
function Leadtools.Annotations.Core.IAnnObjectRenderer.RenderSelection( 
   mapper ,
   annObject 
)

Parameters

mapper
The mapper object to use for converting coordinates. This value must not be null.
annObject
The object to render.
Remarks

This method is called by the framework to render the selected part of the object if it supports a selection stroke. This is usually called from AnnRenderingEngine.RenderContainer if the value of AnnObject.SupportsSelectionStroke is true and the object is selected.

Rendering engine will usually use AnnObject.SelectionStroke to draw a rectangle around the object support. This can be done along with rendering the selection thumbs as usual, although most annotation objects types use one more or the other but not both.

Requirements

Target Platforms

See Also

Reference

IAnnObjectRenderer Interface
IAnnObjectRenderer Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features