FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / SerializePositionAndSize Method
XmlTextWriter to which to write (save) the position and size


In This Topic
SerializePositionAndSize Method (MultiSideShape)
In This Topic
Serializes the position and size.
Syntax
'Declaration
 
Public Overridable Sub SerializePositionAndSize( _
   ByVal w As XmlTextWriter _
) 
 
'Usage
 
Dim instance As MultiSideShape
Dim w As XmlTextWriter
 
instance.SerializePositionAndSize(w)

Parameters

w
XmlTextWriter to which to write (save) the position and size
See Also