←Select platform

GetRenderer Method

Summary

Gets the object that is used to render the TargetObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IAnnObjectRenderer GetRenderer() 
<SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="")> 
Public Function GetRenderer() As Leadtools.Annotations.Core.IAnnObjectRenderer 
[SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="")] 
public Leadtools.Annotations.Core.IAnnObjectRenderer GetRenderer() 
@property (nonatomic, strong, readonly, nullable) id<LTIAnnObjectRenderer> renderer 
public IAnnObjectRenderer getRenderer() 
SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="") 
 function Leadtools.Annotations.Designers.AnnDesigner.GetRenderer() 
public:  
   IAnnObjectRenderer^ GetRenderer() 

Remarks

This helper method gets the renderer from the AnnRenderingEngine.Renderers dictionary.

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.Designers Assembly