Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D2D1_BITMAP_BRUSH_PROPERTIES1 structure

Describes the extend modes and the interpolation mode of an ID2D1BitmapBrush.

Syntax


struct D2D1_BITMAP_BRUSH_PROPERTIES1 {
  D2D1_EXTEND_MODE        extendModeX;
  D2D1_EXTEND_MODE        extendModeY;
  D2D1_INTERPOLATION_MODE interpolationMode;
};

Members

extendModeX

Type: D2D1_EXTEND_MODE

A value that describes how the brush horizontally tiles those areas that extend past its bitmap.

extendModeY

Type: D2D1_EXTEND_MODE

A value that describes how the brush vertically tiles those areas that extend past its bitmap.

interpolationMode

Type: D2D1_INTERPOLATION_MODE

A value that specifies how the bitmap is interpolated when it is scaled or rotated.

Requirements

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Header

D2d1_1.h

See also

D2D1_BITMAP_INTERPOLATION_MODE
D2D1_EXTEND_MODE

 

 

Show:
© 2017 Microsoft