Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShape Class / SetControlPoint Method
control point index
point (in parent coordinates)


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

    Parameters

    index
    control point index
    point
    point (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