←Select platform

Draw Method

Summary

Draws this AnnGroupObject object on the specified surface.

Syntax

C#
VB
C++
public override void Draw( 
   Graphics graphics 
) 
  
Public Overrides Sub Draw( _ 
   ByVal graphics As 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly