[System.ComponentModel.Category("Scene")] [System.ComponentModel.Description("Gets/sets the start point (in scene coordinates)")] [System.Xml.Serialization.XmlIgnore()] public virtual NPointF StartPoint {get; set;}
'Declaration
<System.ComponentModel.CategoryAttribute("Scene")> <System.ComponentModel.DescriptionAttribute("Gets/sets the start point (in scene coordinates)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property StartPoint As NPointF