←Select platform

AnnPolylineObject Constructor(SerializationInfo,StreamingContext)

Summary

This constructor is required by System.Runtime.Serialization.ISerializable.

Syntax

C#
VB
C++
protected AnnPolylineObject( 
   SerializationInfo info, 
   StreamingContext context 
) 
  
Protected Function New( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
) 
protected: 
AnnPolylineObject(  
   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 System.Runtime.Serialization.ISerializable interface.

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