←Select platform

DrawObject Method

Summary

Draws this AnnHiliteObject object on the specified surface.

Syntax

C#
VB
C++
protected override void DrawObject( 
   Graphics graphics 
) 
  
Protected Overrides Sub DrawObject( _ 
   ByVal graphics As Graphics _ 
)  
protected: 
void DrawObject(  
   Graphics^ graphics 
) override  

Parameters

graphics
The Graphics surface on which to draw this AnnHiliteObject object.

Remarks

This method is called internally by the annotation framework whenever the Draw method is called. There is no need to call this method directly.

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