Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class AnnPointObject Inherits AnnObject Implements IAnnPictureObject |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class AnnPointObject : AnnObject, IAnnPictureObject |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnPointObject : public AnnObject, IAnnPictureObject |
This example adds a new point object to a container.
Visual Basic | Copy Code |
---|---|
Private Sub AnnPointObject_AnnPointObject(ByVal viewer As RasterImageViewer, ByVal container As AnnContainer) |
C# | Copy Code |
---|---|
private void AnnPointObject_AnnPointObject(RasterImageViewer viewer, AnnContainer container) |
This class implements the IAnnPictureObject interface and accesses the IAnnPictureObject.Picture property that handles the picture associated with the annotation object.
For more information, refer to Using Pictures in Annotation Objects
For more information about the point annotation object refer to AnnPointObject. For more information about the automated point annotation object, refer to Annotation Objects - Automated Features and Automated Annotations - Point Tab.
System.Object
Leadtools.Annotations.AnnDrawable
Leadtools.Annotations.AnnObject
Leadtools.Annotations.AnnPointObject
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family