Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Realize() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void Realize() |
Managed Extensions for C++ | |
---|---|
public: virtual void Realize(); |
C++/CLI | |
---|---|
public: virtual void Realize(); |
This method will draw the annotation objects inside the Container into the RasterImage currently in the RasterImageViewer.
Only visible objects will be painted on the 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 RasterImage. To prevent drawing the control points, call the SelectNone method before calling this method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family