Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / Zoom Class / Zoom Constructor / Zoom Constructor(FpSpread,Int32)


In This Topic
    Zoom Constructor(FpSpread,Int32)
    In This Topic
    Create a new Zoom.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread, _
       ByVal minZoom As Integer _
    )
    'Usage
     
    
    Dim spread As FpSpread
    Dim minZoom As Integer
     
    Dim instance As New Zoom(spread, minZoom)
    public Zoom( 
       FpSpread spread,
       int minZoom
    )

    Parameters

    spread
    minZoom
    See Also