←Select platform

RenderShape Method

Summary
Overrides RenderShape
Syntax
C#
Objective-C
C++/CLI
Java
protected override void RenderShape( 
   AnnContainerMapper mapper, 
   AnnTextReviewObject annTextReviewObject, 
   Graphics context, 
   LeadRectD rect 
) 
- (void)renderShapeMapper:(LTAnnContainerMapper *)mapper textReviewObject:(LTAnnTextReviewObject *)annTextReviewObject context:(CGContextRef)context rect:(LeadRectD)rect NS_SWIFT_NAME(renderShape(mapper:textReview:context:rect:)); 
protected void renderShape(AnnContainerMapper mapper, 
                           AnnTextReviewObject annTextReviewObject, 
                           Engine context, 
                           LeadRectD rect) 
protected:  
   virtual void RenderShape( 
      AnnContainerMapper^ mapper, 
      AnnTextReviewObject^ annTextReviewObject, 
      Graphics^ context, 
      LeadRectD^ rect 
   ) override 

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.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.