Class Loop
Represents a loop in a signature
Inheritance
System.Object
Loop
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class Loop : object
Constructors
| Improve this Doc View SourceLoop()
Creates a Loop instance
Declaration
public Loop()
Loop(Single, Single)
Declaration
public Loop(float centerX, float centerY)
Parameters
Type | Name | Description |
---|---|---|
System.Single | centerX | |
System.Single | centerY |
Properties
| Improve this Doc View SourceBounds
The bounding rectangle of the loop
Declaration
public RectangleF Bounds { get; set; }
Property Value
Type | Description |
---|---|
RectangleF |
Center
The geometrical center of the looop
Declaration
public PointF Center { get; set; }
Property Value
Type | Description |
---|---|
PointF |
Points
A list of defining points of the loop
Declaration
public List<PointF> Points { get; set; }
Property Value
Type | Description |
---|---|
List<PointF> |
Methods
| Improve this Doc View SourceToString()
Returns a string representation of the loop
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |