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


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