Click or drag to resize

HotImageCodeSerializerDeserialize Method

Deserialises the Data stored in resources.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public override Object Deserialize(
	IDesignerSerializationManager manager,
	Object codeObject
)

Parameters

manager
Type: System.ComponentModel.Design.SerializationIDesignerSerializationManager
DesignerSerializationManager, Passed from the designer
codeObject
Type: SystemObject
The HotImage code object, passed from the designer

Return Value

Type: Object
The Deserialised data
See Also