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

CompositeVObject.GetObjectData Method

Populates a SerializationInfo with the data needed to serialize the CompositeVObject 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 Overrides Sub GetObjectData ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
C#
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)]
public override 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 (see StreamingContext) for this serialization.

See Also

Reference