←Select platform

AnnPaintEventArgs Constructor

Summary

Initializes a new AnnPaintEventArgs class object and includes a graphics object.

Syntax

C#
VB
C++
public AnnPaintEventArgs( 
   Graphics graphics 
) 
  
Public Function New( _ 
   ByVal graphics As Graphics _ 
) 
public: 
AnnPaintEventArgs(  
   Graphics^ graphics 
) 

Parameters

graphics
The graphics used to paint.

Example

For an example, refer to AfterDrawingObjects.

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