[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.DeserializeEntry

DeserializeEntry Method

DeserializeEntry(SerializationEntry)

Creates a new shape object from serialization. Serialize single entry. Should not overrides unless using base serialize for binary or item need combination might missing.

Declaration
protected override bool DeserializeEntry(SerializationEntry entry)
Protected Overrides Function DeserializeEntry(entry As SerializationEntry) As Boolean
Parameters
Type Name Description
SerializationEntry entry
Returns
Type Description
bool

TRUE if handled

Overrides