Click or drag to resize

PosterizeCommand Constructor (SerializationInfo, StreamingContext)

Creates a new instance of PosterizeCommand from serialization information.
Creates a new instance of PosterizeCommand.

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo containing information for this 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