Click or drag to resize

InkDrawingAttributesGetObjectData Method

Fills a SerializationInfo object with information about this class.

Namespace:  Atalasoft.Annotate.Ink
Assembly:  Atalasoft.DotAnnotate.Ink (in Atalasoft.DotAnnotate.Ink.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo object where data will be stored.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext for this data.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also