←Select platform

RenderShape Method (AnnD2DTextRedactionObjectRenderer)

Summary

Overrides RenderShape

Syntax
C#
VB
protected override void RenderShape(  
   AnnContainerMapper mapper, 
   AnnTextReviewObject annTextReviewObject, 
   Graphics context, 
   LeadRectD rect 
) 
Protected Overrides Sub RenderShape( _ 
   ByVal mapper As AnnContainerMapper, _ 
   ByVal annTextReviewObject As AnnTextReviewObject, _ 
   ByVal context As Graphics, _ 
   ByVal rect As LeadRectD _ 
)  

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly