Class: SkewY
Hierarchy​
↳
SkewY
Constructors​
constructor​
• new SkewY(document
, skew
, transformOrigin
)
Parameters​
Name | Type |
---|---|
document | Document |
skew | string |
transformOrigin | readonly [Property <string >, Property <string >] |
Overrides​
Defined in​
Properties​
matrix​
• Protected
matrix: MatrixValue
Inherited from​
Defined in​
angle​
• Protected
Readonly
angle: Property
<unknown
>
Inherited from​
Defined in​
type​
• type: string
= 'skewY'
Overrides​
Defined in​
Methods​
apply​
â–¸ apply(ctx
): void
Parameters​
Name | Type |
---|---|
ctx | RenderingContext2D |
Returns​
void
Inherited from​
Defined in​
unapply​
â–¸ unapply(ctx
): void
Parameters​
Name | Type |
---|---|
ctx | RenderingContext2D |
Returns​
void
Inherited from​
Defined in​
applyToPoint​
â–¸ applyToPoint(point
): void
Parameters​
Name | Type |
---|---|
point | Point |
Returns​
void