LEADTOOLS Annotations (Leadtools.Annotations assembly)

Draw(Graphics) Method

Show in webframe





The Graphics surface on which to draw the AnnContainer.
Draws the container on the specified surface.
Syntax
public virtual void Draw( 
   Graphics graphics
)
'Declaration
 
Public Overloads Overridable Sub Draw( _
   ByVal graphics As Graphics _
) 
'Usage
 
Dim instance As AnnContainer
Dim graphics As Graphics
 
instance.Draw(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

See Also

Reference

AnnContainer Class
AnnContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.