Search
Preparing search index...
The search index is not available
canvg
Options
All
Public
Public/Protected
All
Inherited
Menu
canvg
SkewX
Class SkewX
Hierarchy
Skew
SkewX
Index
Constructors
constructor
Properties
angle
matrix
type
Methods
apply
apply
To
Point
unapply
Constructors
constructor
new
SkewX
(
document
:
Document
, skew
:
string
, transformOrigin
:
readonly
[
Property
<
string
>
,
Property
<
string
>
]
)
:
SkewX
Parameters
document:
Document
skew:
string
transformOrigin:
readonly
[
Property
<
string
>
,
Property
<
string
>
]
Returns
SkewX
Properties
Protected
Readonly
angle
angle
:
Property
<
unknown
>
Protected
matrix
matrix
:
MatrixValue
type
type
:
string
= 'skewX'
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
SkewX
constructor
angle
matrix
type
apply
apply
To
Point
unapply
Generated using
TypeDoc