Search
Preparing search index...
The search index is not available
canvg
Options
All
Public
Public/Protected
All
Inherited
Menu
canvg
Skew
Class Skew
Hierarchy
Matrix
Skew
SkewX
SkewY
Index
Constructors
constructor
Properties
angle
matrix
type
Methods
apply
apply
To
Point
unapply
Constructors
constructor
new
Skew
(
document
:
Document
, skew
:
string
, transformOrigin
:
readonly
[
Property
<
string
>
,
Property
<
string
>
]
)
:
Skew
Parameters
document:
Document
skew:
string
transformOrigin:
readonly
[
Property
<
string
>
,
Property
<
string
>
]
Returns
Skew
Properties
Protected
Readonly
angle
angle
:
Property
<
unknown
>
Protected
matrix
matrix
:
MatrixValue
type
type
:
string
= 'skew'
Methods
apply
apply
(
ctx
:
RenderingContext2D
)
:
void
Parameters
ctx:
RenderingContext2D
Returns
void
apply
To
Point
apply
To
Point
(
point
:
Point
)
:
void
Parameters
point:
Point
Returns
void
unapply
unapply
(
ctx
:
RenderingContext2D
)
:
void
Parameters
ctx:
RenderingContext2D
Returns
void
Exports
presets
Skew
constructor
angle
matrix
type
apply
apply
To
Point
unapply
Generated using
TypeDoc