Table of Contents

Struct D2D1.BitmapBrushProperties

Namespace
Xui.Runtime.Windows
Assembly
Xui.Runtime.Windows.dll

Configures how a ID2D1BitmapBrush tiles and samples the source bitmap. Mirrors D2D1_BITMAP_BRUSH_PROPERTIES (12 bytes, sequential).

public struct D2D1.BitmapBrushProperties
Inherited Members

Fields

ExtendModeX

How the bitmap is extended horizontally beyond its bounds. D2D1_EXTEND_MODE: Clamp=0, Wrap=1, Mirror=2.

public uint ExtendModeX

Field Value

uint

ExtendModeY

How the bitmap is extended vertically beyond its bounds. D2D1_EXTEND_MODE: Clamp=0, Wrap=1, Mirror=2.

public uint ExtendModeY

Field Value

uint

InterpolationMode

Sampling quality. D2D1_BITMAP_INTERPOLATION_MODE: NearestNeighbor=0, Linear=1.

public uint InterpolationMode

Field Value

uint