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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also