Click or drag to resize

HotSpotFreehandAnnotation Constructor (SerializationInfo, StreamingContext)

Creates a new instance of HotSpotFreehandAnnotation 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 HotSpotFreehandAnnotation(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialization information for this object.
context
Type: System.Runtime.SerializationStreamingContext
The streaming context for this object.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a parameter is null.
See Also