Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DeserializePositionAndSize Method
XmlNodeReader from which to read (load) the position and size


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

Parameters

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