←Select platform

RenderShape Method

Summary
Renders the shape of an AnnTextReviewObject object.
Syntax
C#
C++/CLI
Java
protected abstract void RenderShape( 
   AnnContainerMapper mapper, 
   AnnTextReviewObject annTextReviewObject, 
   Graphics context, 
   LeadRectD rect 
) 
@Override protected abstract void renderShape(AnnContainerMapper mapper, 
                                              AnnTextReviewObject annTextReviewObject, 
                                              Engine context, 
                                              LeadRectD rect) 
protected:  
   virtual void RenderShape( 
      AnnContainerMapper^ mapper, 
      AnnTextReviewObject^ annTextReviewObject, 
      Graphics^ context, 
      LeadRectD^ rect 
   ) abstract 

Parameters

mapper
The mapper object to use for converting coordinates. Must not be null.

annTextReviewObject
The object to render. Must not be null.

context
The graphics context to use when rendering the object.

rect
Rectangle area to render this shape.

Remarks

This method is called by this renderer for each rectangle in the AnnTextReviewObject. The derived classes can render the exact shape required in  rect.

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.