Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)