// // System.Drawing.Drawing2D.FlushIntention.cs // // Author: // Stefan Maierhofer // Dennis Hayes (dennish@Raytek.com) // // (C) 2002/3 Ximian, Inc // using System; namespace System.Drawing.Drawing2D { /// /// Summary description for FlushIntention. /// public enum FlushIntention { Flush, Sync } }