Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartUndoAction Class / SpreadChartUndoAction Constructor / SpreadChartUndoAction Constructor(ChartShape,Rectangle)
The chart.
The new bounds.


In This Topic
    SpreadChartUndoAction Constructor(ChartShape,Rectangle)
    In This Topic
    Initializes a new instance of the SpreadChartUndoAction class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As ChartShape, _
       ByVal newBounds As Rectangle _
    )
    'Usage
     
    
    Dim chart As ChartShape
    Dim newBounds As Rectangle
     
    Dim instance As New SpreadChartUndoAction(chart, newBounds)
    public SpreadChartUndoAction( 
       ChartShape chart,
       Rectangle newBounds
    )

    Parameters

    chart
    The chart.
    newBounds
    The new bounds.
    See Also