Spread Windows Forms 17
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)
    public override void DeserializePositionAndSize( 
       XmlNodeReader r
    )

    Parameters

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