Path.GetObjectData Method

Populates a SerializationInfo with the data needed to serialize the Path object.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info

Type: System.Runtime.Serialization.SerializationInfo

A SerializationInfo to populate with data.
context

Type: System.Runtime.Serialization.StreamingContext

The destination (see StreamingContext) for this serialization.

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

See Also

Reference