GoDiagram Web Reference
SmoothCurves Property

Gets or sets whether all points joining any two adjacent Bezier segments form a smooth curve.
Syntax
'Declaration
 
<DescriptionAttribute("Whether all points joining any two adjacent Bezier segments form a smooth curve.")>
<DefaultValueAttribute()>
<CategoryAttribute("Appearance")>
Public Overridable Property SmoothCurves As Boolean
[DescriptionAttribute("Whether all points joining any two adjacent Bezier segments form a smooth curve.")]
[DefaultValueAttribute()]
[CategoryAttribute("Appearance")]
public virtual bool SmoothCurves {get; set;}

Property Value

The default value is false. A value of true means that there are no corners between Bezier curves, although there still may be corners between straight line segments and between a Bezier segment and a straight segment.
Remarks
Even when this property is true, the rendered path might not be smooth if the points are modified by calling SetPoint(Int32,PointF).
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

Reference

GoDrawing Class
GoDrawing Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback