←Select platform

RenderShadow Method

Summary

Renders a drop shadow around the object bounds.

Syntax
C#
Objective-C
C++/CLI
Java
public virtual void RenderShadow( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
) 
- (void)renderShadowMapper:(LTAnnContainerMapper *)mapper object:(LTAnnObject *)annObject NS_SWIFT_NAME(renderShadow(mapper:object:)); 
public:  
   virtual void RenderShadow( 
      AnnContainerMapper^ mapper, 
      AnnObject^ annObject 
   ) 
public void renderShadow( 
   AnnContainerMapper mapper, 
   AnnObject annObject 
); 

Parameters

mapper

The mapper object to use for converting coordinates.

annObject

The object to render.

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.