ID2D1ImageBrush::SetExtendModeX method (d2d1_1.h)

Sets how the content inside the source rectangle in the image brush will be extended on the x-axis.

Syntax

void SetExtendModeX(
  D2D1_EXTEND_MODE extendModeX
);

Parameters

extendModeX

Type: D2D1_EXTEND_MODE

The extend mode on the x-axis of the image.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1.h
DLL D2d1.dll

See also

ID2D1ImageBrush