WarpMode public enum WarpMode Specifies the type of warp transformation applied in a Warp method. Documentation Code namespace System.Drawing.Drawing2D { public enum WarpMode { Perspective, Bilinear } }