Click or drag to resize

GammaCommandGetObjectData Method

Fills the SerializationInfo object with information for this command.

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
public override void GetObjectData(
	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.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions
ExceptionCondition
Thrown if the info argument is null (Nothing in VB).
See Also