ImageAttributes::SetWrapMode Method (WrapMode, Color)
.NET Framework (current version)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: