FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / DeserializePositionAndSize Method
XmlNodeReader from which to read (load) the position and size


In This Topic
DeserializePositionAndSize Method (CalloutArrowShape)
In This Topic
Deserializes the position and size.
Syntax
'Declaration
 
Public Overridable Sub DeserializePositionAndSize( _
   ByVal r As XmlNodeReader _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim r As XmlNodeReader
 
instance.DeserializePositionAndSize(r)

Parameters

r
XmlNodeReader from which to read (load) the position and size
See Also