←Select platform

RenderShape Method

Summary

Overrides RenderShape

Syntax

C#
VB
Java
C++
protected override void RenderShape( 
   AnnContainerMapper mapper, 
   AnnTextReviewObject annTextReviewObject, 
   Graphics context, 
   LeadRectD rect 
) 
Protected Overrides Sub RenderShape( _ 
   ByVal mapper As Leadtools.Annotations.Core.AnnContainerMapper, _ 
   ByVal annTextReviewObject As Leadtools.Annotations.Core.AnnTextReviewObject, _ 
   ByVal context As Graphics, _ 
   ByVal rect As Leadtools.LeadRectD _ 
)  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly