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

Draw(Graphics,Rectangle) Method






The Graphics surface on which to draw the AnnContainer.
The destination rectangle.
Draws the container on the specified graphics object and destination rectangle.
Syntax
public virtual void Draw( 
   Graphics graphics,
   Rectangle rect
)
'Declaration
 
Public Overloads Overridable Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle _
) 
'Usage
 
Dim instance As AnnContainer
Dim graphics As Graphics
Dim rect As Rectangle
 
instance.Draw(graphics, rect)
public virtual void Draw( 
   Graphics graphics,
   Rectangle rect
)
 function Leadtools.Annotations.AnnContainer.Draw(Graphics,Rectangle)( 
   graphics ,
   rect 
)
public:
virtual void Draw( 
   Graphics^ graphics,
   Rectangle rect
) 

Parameters

graphics
The Graphics surface on which to draw the AnnContainer.
rect
The destination rectangle.
Remarks

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

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.