Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AnnPointObject Constructor(SerializationInfo,StreamingContext)
See Also 
Leadtools.Windows.Annotations Namespace > AnnPointObject Class > AnnPointObject Constructor : AnnPointObject Constructor(SerializationInfo,StreamingContext)



info
The data needed to serialize or deserialize an object.
context
The source and destination of a given serialized stream.
This constructor is required by ISerializable.

Syntax

Visual Basic (Declaration) 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
Visual Basic (Usage)Copy Code
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As AnnPointObject(info, context)
C# 
protected AnnPointObject( 
   SerializationInfo info,
   StreamingContext context
)
C++/CLI 
protected:
AnnPointObject( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info
The data needed to serialize or deserialize an object.
context
The source and destination of a given serialized stream.

Remarks

The annotation class library uses standard .NET serialization to perform various tasks such as fast undo/redo buffers and file load/save.

This member supports the Annotation class library infrastructure and is not intended to be used directly from your code. For more information refer to the ISerializable interface.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

AnnPointObject Constructor(SerializationInfo,StreamingContext) requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.