Download SliceRectangleSample.zip, last updated 10/02/2013 (23.18 KB)

Download
  • md5: 1e8ccdf10305cc43789e4fa28c96006b
using System.Drawing;

namespace SliceRectangleSample
{
  internal class SegmentPoint
  {
    #region Properties

    public SegmentPointConnections Connections { get; set; }

    public Point Location { get; set; }

    public int X
    {
      get { return this.Location.X; }
    }

    public int Y
    {
      get { return this.Location.Y; }
    }

    #endregion
  }
}

Donate

Donate