pub fn resize<'c>(
context: &'c Context,
output: Type<'c>,
input: Value<'c, '_>,
scale: Value<'c, '_>,
offset: Value<'c, '_>,
border: Value<'c, '_>,
mode: Attribute<'c>,
location: Location<'c>,
) -> ResizeOperation<'c>Expand description
Creates a resize operation.