LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Draw(Graphics) Method






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
)
 function Leadtools.Annotations.AnnContainer.Draw(Graphics)( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnContainer Class
AnnContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.