Nevron .NET Vision
Nevron.Diagram Namespace / NBezierCurveShape Class / SecondControlPoint Property


In This Topic
    SecondControlPoint Property
    In This Topic
    Gets/sets the bezier curve second control point (in scene coordinates)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Controls")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the bezier curve second control point (in scene coordinates)")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property SecondControlPoint As NPointF
    'Usage
     
    
    Dim instance As NBezierCurveShape
    Dim value As NPointF
     
    instance.SecondControlPoint = value
     
    value = instance.SecondControlPoint
    [System.ComponentModel.Category("Controls")]
    [System.ComponentModel.Description("Gets/sets the bezier curve second control point (in scene coordinates)")]
    [System.Xml.Serialization.XmlIgnore()]
    public NPointF SecondControlPoint {get; set;}
    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