Nevron.Diagram Namespace / NBezierCurveShape Class / FirstControlPoint Property


FirstControlPoint Property
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
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