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


In This Topic
    SerializePositionAndSize Method (PSObject)
    In This Topic
    Serializes the position and size.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SerializePositionAndSize( _
       ByVal w As XmlTextWriter _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    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