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)
<SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter := True)> _ Public Overridable Sub GetObjectData ( _ info As SerializationInfo, _ context As StreamingContext _ )
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)] public virtual void GetObjectData( SerializationInfo info, StreamingContext context )
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo to populate with data.Any objects included in the info are automatically tracked and serialized by the formatter.