Click or drag to resize

DynamicThresholdCommand Constructor (SerializationInfo, StreamingContext)

Creates a new instance of DynamicThresholdCommand from serialization information.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected DynamicThresholdCommand(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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