Click or drag to resize

PaletteGetObjectData Method

Provide information for object serialization.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that will hold the serialization information.
context
Type: System.Runtime.SerializationStreamingContext
The context into which this object is being streamed.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also