←Select platform

RenderSelection Method

Summary
Renders the selected part of this object if it supports a selection stroke.
Syntax
C#
C++/CLI
Java
public virtual void RenderSelection( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
) 
public void renderSelection( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
); 
public:  
   virtual void RenderSelection( 
      AnnContainerMapper^ mapper, 
      AnnObject^ 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 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

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.