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


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

    Parameters

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