←Select platform

Realize Method

Summary

Draws the annotation objects inside this AnnAutomation.

Syntax

C#
VB
C++
public virtual void Realize() 
  
Public Overridable Sub Realize()  
public: 
virtual void Realize();  

Remarks

This method will draw the annotation objects inside the Container into the Leadtools.RasterImage currently in the automation control (Either in RasterImageViewer.Image or IAnnAutomationControl.AutomationRasterImage depends on what control has been attached to this automation).

Only visible objects will be painted on the Leadtools.RasterImage.

This method will draw the objects exactly as they would be painted in the current AnnUserMode.

Please note that Undo does not work for this operation.

If this AnnAutomation is currently in design mode and there are one or more objects being edited, this method will also paint the control point selection handles on the Leadtools.RasterImage. To prevent drawing the control points, call the SelectNone method before calling this method.

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