[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.HeartShape.GetObjectData

GetObjectData Method

GetObjectData(SerializationInfo, StreamingContext)

Serializes the shape object.

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Public Overrides Sub GetObjectData(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contexual information about the source or destination of the serialization

Overrides
Implements