Click or drag to resize
FillPaintDefaultWriteObject Method
Writes the serializable fields to the SerializationInfo object, which stores all the data needed to serialize the specified Object.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static void DefaultWriteObject(
	SerializationInfo info,
	StreamingContext context,
	Object instance
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo parameter from the GetObjectData method.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext parameter from the GetObjectData method.
instance
Type: SystemObject
An Object to serialize.
See Also