Struct windows::Win32::Graphics::Direct2D::D2D1_IMAGE_BRUSH_PROPERTIES
#[repr(C)]pub struct D2D1_IMAGE_BRUSH_PROPERTIES {
pub sourceRectangle: D2D_RECT_F,
pub extendModeX: D2D1_EXTEND_MODE,
pub extendModeY: D2D1_EXTEND_MODE,
pub interpolationMode: D2D1_INTERPOLATION_MODE,
}
Expand description
Required features: "Win32_Graphics_Direct2D"
, "Win32_Graphics_Direct2D_Common"
Fields§
§sourceRectangle: D2D_RECT_F
§extendModeX: D2D1_EXTEND_MODE
§extendModeY: D2D1_EXTEND_MODE
§interpolationMode: D2D1_INTERPOLATION_MODE