Click or drag to resize

LinesAnnotation Constructor (SerializationInfo, StreamingContext)

Creates a new instance of LinesAnnotation from serialized information.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public LinesAnnotation(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialization information containing data for this object.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext for this information.
Exceptions
ExceptionCondition
Thrown if the info argument is null (Nothing in VB).
See Also