Show / Hide Table of Contents

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 Source

Loop()

Creates a Loop instance

Declaration
public Loop()
| Improve this Doc View Source

Loop(Single, Single)

Creates a Loop instance and initializes the Center property

Declaration
public Loop(float centerX, float centerY)
Parameters
Type Name Description
System.Single centerX
System.Single centerY

Properties

| Improve this Doc View Source

Bounds

The bounding rectangle of the loop

Declaration
public RectangleF Bounds { get; set; }
Property Value
Type Description
RectangleF
| Improve this Doc View Source

Center

The geometrical center of the looop

Declaration
public PointF Center { get; set; }
Property Value
Type Description
PointF
| Improve this Doc View Source

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 Source

ToString()

Returns a string representation of the loop

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX