Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShape Class / GetControlPoint Method
control point index


In This Topic
    GetControlPoint Method (NSmartShape)
    In This Topic
    Gets the control point at the specified index Applicable only if the HasControlsSection property is set to true
    Syntax
    'Declaration
     
    
    Public Overridable Function GetControlPoint( _
       ByVal index As System.Integer _
    ) As NPointF
    'Usage
     
    
    Dim instance As NSmartShape
    Dim index As System.Integer
    Dim value As NPointF
     
    value = instance.GetControlPoint(index)
    public virtual NPointF GetControlPoint( 
       System.int index
    )

    Parameters

    index
    control point index

    Return Value

    control point location (in parent coordinates)
    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