Populates a SerializationInfo with the data needed to serialize the Layer 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.Type: System.Runtime.Serialization.StreamingContext
The destination (see StreamingContext) for this serialization.