LEADTOOLS Annotations (Leadtools.Annotations assembly)

Draw Method (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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