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

Download
  • md5: 1e8ccdf10305cc43789e4fa28c96006b
using System;

namespace SliceRectangleSample
{
  [Flags]
  internal enum SegmentPointConnections : byte
  {
    None = 0,

    Top = 1,

    Bottom = 2,

    Left = 4,

    Right = 8
  }
}

Donate

Donate