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