ImageAttributes.SetWrapMode Method (WrapMode, Color)
.NET Framework 4
Sets the wrap mode and color used to decide how to tile a texture across a shape, or at shape boundaries. A texture is tiled across a shape to fill it in when the texture is smaller than the shape it is filling.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- mode
- Type: System.Drawing.Drawing2D.WrapMode
An element of WrapMode that specifies how repeated copies of an image are used to tile an area.
- color
- Type: System.Drawing.Color
An ImageAttributes object that specifies the color of pixels outside of a rendered image. This color is visible if the mode parameter is set to Clamp and the source rectangle passed to DrawImage is larger than the image itself.
For a code example, see the SetWrapMode(WrapMode) method.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.