←Select platform

Draw(Graphics,Rectangle) Method

Summary

Draws the container on the specified graphics object and destination rectangle.

Syntax

C#
VB
C++
public virtual void Draw( 
   Graphics graphics, 
   Rectangle rect 
) 
  
Public Overloads Overridable Sub Draw( _ 
   ByVal graphics As Graphics, _ 
   ByVal rect As Rectangle _ 
)  
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

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

Leadtools.Annotations Assembly