←Select platform

Draw(Graphics) Method

Summary

Draws the container on the specified surface.

Syntax

C#
VB
C++
public virtual void Draw( 
   Graphics graphics 
) 
  
Public Overloads Overridable Sub Draw( _ 
   ByVal graphics As Graphics _ 
)  
public: 
virtual void Draw(  
   Graphics^ graphics 
)  

Parameters

graphics
The Graphics surface on which to draw the AnnContainer.

Remarks

All visible objects in this container will be drawn into the specified graphics.

Example

For an example, refer to AnnContainer.

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 Assembly