TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationPivot Class / ManipulationPivot Constructor / ManipulationPivot Constructor(Point,Double)
The center.
The radius.

In This Topic
    ManipulationPivot Constructor(Point,Double)
    In This Topic
    Initializes a new instance of the ManipulationPivot class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal center As Point, _
       ByVal radius As Double _
    )
    public ManipulationPivot( 
       Point center,
       double radius
    )

    Parameters

    center
    The center.
    radius
    The radius.
    See Also