←Select platform

Draw Method

Summary

Draws this AnnControlPoint on the specified surface.

Syntax

C#
VB
C++
public virtual void Draw( 
   Graphics graphics, 
   AnnPoint centerPoint, 
   AnnUnitConverter converter 
) 
  
Public Overridable Sub Draw( _ 
   ByVal graphics As Graphics, _ 
   ByVal centerPoint As Leadtools.Annotations.AnnPoint, _ 
   ByVal converter As Leadtools.Annotations.AnnUnitConverter _ 
)  

Parameters

graphics
The Graphics surface on which to draw this AnnControlPoint.

centerPoint
The center point

converter
An AnnUnitConverter used to convert centerPoint to pixel coordinates.

Remarks

This method is called internally by the AnnEditDesigner.

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