'Declaration
<System.ComponentModel.CategoryAttribute("Scene")> <System.ComponentModel.DescriptionAttribute("Gets/sets the bezier curve points")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overrides Property Points As NPointF()
'Usage
Dim instance As NBezierCurvePath Dim value() As NPointF instance.Points = value value = instance.Points
[System.ComponentModel.Category("Scene")] [System.ComponentModel.Description("Gets/sets the bezier curve points")] [System.Xml.Serialization.XmlIgnore()] public override NPointF[] Points {get; set;}