This documentation is for the old version. Go to the latest Graphics Mill docs

ControlPoint.GetObjectData Method

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
<SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter := True)> _
Public Overridable Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
C#
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)]
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info

Type: System.Runtime.Serialization.SerializationInfo

The SerializationInfo to populate with data.
context

Type: System.Runtime.Serialization.StreamingContext

The destination for this serialization.

Remarks

Any objects included in the info are automatically tracked and serialized by the formatter.

See Also

Reference