Renders the selected part of this object if it supports a selection stroke.
public void RenderSelection(
AnnContainerMapper mapper,
AnnObject annObject
)
Sub RenderSelection( _
ByVal mapper As AnnContainerMapper, _
ByVal annObject As AnnObject _
)
-(void) renderSelectionMapper:(LTAnnContainerMapper*) mapper
object:(LTAnnObject*) annObject;
public:
void RenderSelection(
AnnContainerMapper^ mapper,
AnnObject^ annObject
)
mapper
The mapper object to use for converting coordinates. This value must not be null.
annObject
The object to render.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document