Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch 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 _
)
 
'Usage
 
Dim center As Point
Dim radius As Double
 
Dim instance As New ManipulationPivot(center, radius)

Parameters

center
The center.
radius
The radius.
See Also