public Point GetLocation( double newVal1, double newVal2 )
'Declaration Public Overloads Function GetLocation( _ ByVal newVal1 As Double, _ ByVal newVal2 As Double _ ) As Point
'Declaration
Public Overloads Function GetLocation( _ ByVal newVal1 As Double, _ ByVal newVal2 As Double _ ) As Point
'Usage Dim instance As ShapeAdjustHandle Dim newVal1 As Double Dim newVal2 As Double Dim value As Point value = instance.GetLocation(newVal1, newVal2)
'Usage
Dim instance As ShapeAdjustHandle Dim newVal1 As Double Dim newVal2 As Double Dim value As Point value = instance.GetLocation(newVal1, newVal2)
ShapeAdjustHandle Class ShapeAdjustHandle Members Overload List