Struct D2D1.BitmapBrushProperties
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
ExtendModeY
How the bitmap is extended vertically beyond its bounds.
D2D1_EXTEND_MODE: Clamp=0, Wrap=1, Mirror=2.
public uint ExtendModeY
Field Value
InterpolationMode
Sampling quality.
D2D1_BITMAP_INTERPOLATION_MODE: NearestNeighbor=0, Linear=1.
public uint InterpolationMode