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

Draw Method (AnnGroupObject)






The Graphics surface on which to draw this AnnGroupObject object.
Draws this AnnGroupObject object on the specified surface.
Syntax
public override void Draw( 
   Graphics graphics
)
'Declaration
 
Public Overrides Sub Draw( _
   ByVal graphics As Graphics _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim graphics As Graphics
 
instance.Draw(graphics)
public override void Draw( 
   Graphics graphics
)
 function Leadtools.Annotations.AnnGroupObject.Draw( 
   graphics 
)
public:
void Draw( 
   Graphics^ graphics
) override 

Parameters

graphics
The Graphics surface on which to draw this AnnGroupObject object.
Remarks
The AnnGroupObject overrides the AnnObject.Draw method to draw all visible objects inside the group. For more information, refer to Draw.
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

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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