Click or drag to resize

ImageCommandImageCommandGetObjectData Method

Aggregates ImageCommand data into the supplied SerializationInfo object.

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A serialization info object which will hold image command data
context
Type: System.Runtime.SerializationStreamingContext
The streaming context for the serialization.
Remarks
This method is only needs by child classes of image command which implement ISerializable. This method should be called to serialize all the base class information.
See Also