TextureBrush::GetWrapMode method (gdiplusbrush.h)

The TextureBrush::GetWrapMode method gets the wrap mode currently set for this texture brush.

Syntax

WrapMode GetWrapMode();

Return value

Type: WrapMode

This method returns the wrap mode currently set for this texture brush. The value returned is one of the elements of the WrapMode enumeration.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusbrush.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Brushes and Filled Shapes

Image

TextureBrush

TextureBrush::SetWrapMode

Tiling a Shape with an Image

WrapMode