pub fn fit9slice(
source_rect: IntSize,
[t, r, b, l]: [u16; 4],
target: Size2D<f32, PhysicalPx>,
scale_factor: ScaleFactor,
alignment: (ImageHorizontalAlignment, ImageVerticalAlignment),
tiling: (ImageTiling, ImageTiling),
) -> impl Iterator<Item = FitResult>
Expand description
Generate an iterator of FitResult
for each slice of a nine-slice border image