Transformable
Implemented by
Methods
nudge
▸ nudge(horizontal
: number | PercentValue | PixelValue, vertical
: number | PercentValue | PixelValue): Promise‹void›
Parameters:
Name | Type |
---|---|
horizontal | number | PercentValue | PixelValue |
vertical | number | PercentValue | PixelValue |
perspectiveTransform
▸ perspectiveTransform(percentH
: number | PercentValue, percentV
: number | PercentValue, interpolation?
: InterpolationMethod): Promise‹void›
Parameters:
Name | Type |
---|---|
percentH | number | PercentValue |
percentV | number | PercentValue |
interpolation? | InterpolationMethod |
rotate
▸ rotate(angle
: number | AngleValue, interpolation?
: InterpolationMethod): Promise‹void›
Parameters:
Name | Type |
---|---|
angle | number | AngleValue |
interpolation? | InterpolationMethod |
scale
▸ scale(width
: number | PercentValue, height
: number | PercentValue, interpolation?
: InterpolationMethod): Promise‹void›
Parameters:
Name | Type |
---|---|
width | number | PercentValue |
height | number | PercentValue |
interpolation? | InterpolationMethod |
skew
▸ skew(angleH
: number | AngleValue, angleV
: number | AngleValue, interpolation?
: InterpolationMethod): Promise‹void›
Parameters:
Name | Type |
---|---|
angleH | number | AngleValue |
angleV | number | AngleValue |
interpolation? | InterpolationMethod |
warp
▸ warp(warp
: BuiltinWarp | CustomWarp4X4, interpolation?
: InterpolationMethod): Promise‹void›
Parameters:
Name | Type |
---|---|
warp | BuiltinWarp | CustomWarp4X4 |
interpolation? | InterpolationMethod |