/*
 * Copyright 2010, Yiyan Xiong and University of Central Florida, Orlando, FL.
 * 
 *                           All Rights Reserved
 * 
 * Permission to use, copy, modify, and distribute this software and its
 * documentation for any purpose other than its incorporation into a commercial
 * product is hereby granted without fee, provided that the above copyright
 * notice appear in all copies and that both that copyright notice and this 
 * permission notice appear in supporting documentation, and that the name 
 * of Brown University not be used in advertising or publicity pertaining to 
 * distribution of the software without specific, written prior permission.
 * 
 * UNIVERSITY OF CENTRAL FLORIDA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS 
 * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
 * FOR ANY PARTICULAR PURPOSE.  IN NO EVENT SHALL BROWN UNIVERSITY BE LIABLE 
 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */


The C# file contained in this directory are used to find the corners of a 
stroke. The code has been compiled under Microsft Visual Studio. You only
need to call the public function FindCorner(Stroke in_stroke, String in_ID)
in class IStraw to find all the corners using the IStraw algorithm. The 
first input type is class: System.Windows.Ink.Stroke and the second one
is class: System.String.
  
This software is written as is and I will provide only limited support.
Full documentation will be provided in a future release.

-- Yiyan Xiong, June 2010
-- Email: yiyan.xiong@knights.ucf.edu

