.NET Windows Forms in a Nutshell
This enumeration is used by the various gradient brushes to determine how the pixels outside a brush's Rectangle are to be filled. public enum WrapMode { Tile = 0 , TileFlipX = 1 , TileFlipY = 2 , TileFlipXY = 3 , Clamp = 4 } Hierarchy
System.Object Returned By
LinearGradientBrush.WrapMode , PathGradientBrush.WrapMode , System.Drawing.TextureBrush.WrapMode Passed To
LinearGradientBrush.WrapMode , PathGradientBrush.{PathGradientBrush() , WrapMode} , System.Drawing.Imaging.ImageAttributes.SetWrapMode() , System.Drawing.TextureBrush.{TextureBrush() , WrapMode} |