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


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

    Parameters

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