GoDiagram Win Reference
SameEndPoints Property

Gets or sets whether the first and last point of each figure are at the same point.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("Whether the first and the last point of each figure are at the same point.")>
Public Overridable Property SameEndPoints As Boolean
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("Whether the first and the last point of each figure are at the same point.")]
public virtual bool SameEndPoints {get; set;}

Property Value

The default value is false.
Remarks
For polycurves setting this property to true will cause the loss of the straight line connecting the last and first points. (But note that if the whole figure consists of just the four points of a Bezier curve, having the first and last points the same may result in a degenerate Bezier curve: a straight line.) Even when this property is true, the first and last point of each figure might not be at the same position if they 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