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


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

Parameters

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