IEImagingAnnotations contains the (Wang) imaging annotations loaded (or to save) from a TIFF.
Using IEImaingAnnotations object you can create new objects, copy to a IEAnnotations (as vectorial objects), copy from a IEAnnotations (from vectorial objects) or just draw on the bitmap.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public class IEImagingAnnotations
Public Class IEImagingAnnotations
public ref class IEImagingAnnotations
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Clear()()()() |
Removes all annotations.
| |
| CopyFrom(IEAnnotations) |
Copy from IEAnnotations object. Useful to convert from IEvolution objects to Imaging annotations.
| |
| CopyFrom(IEImagingAnnotations) |
Copy from another IEImagingAnnotations object
| |
| CopyTo(IEAnnotations) |
Copy annotations to IEAnnotations objects. Useful to convert from Imaging annotations to IEvolution objects.
| |
| DrawTo(IEImage) |
Draws all annotations to the specified image.
| |
| DrawTo(IEImage, Boolean) |
Draws all annotations to the specified image.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ObjectsCount |
Objects (annotations) count.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UserChanged |
True if user has changed objects.
|
Inheritance Hierarchy
System..::..Object
HiComponents.IEvolution..::..IEImagingAnnotations
HiComponents.IEvolution..::..IEImagingAnnotations