Search
Preparing search index...
The search index is not available
canvg
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"src/Transform/Skew"
Skew
Class Skew
Hierarchy
Matrix
Skew
SkewX
SkewY
Implements
ITransform
Index
Constructors
constructor
Properties
angle
matrix
type
Methods
apply
apply
ToPoint
unapply
Constructors
constructor
new
Skew
(
document
:
Document
, skew
:
string
)
:
Skew
Parameters
document:
Document
skew:
string
Returns
Skew
Properties
Protected
Readonly
angle
angle
:
Property
= null
Protected
matrix
matrix
:
number
[]
= []
type
type
:
string
= "skew"
Methods
apply
apply
(
ctx
:
RenderingContext2D
)
:
void
Parameters
ctx:
RenderingContext2D
Returns
void
apply
ToPoint
apply
ToPoint
(
point
:
Point
)
:
void
Parameters
point:
Point
Returns
void
unapply
unapply
(
ctx
:
RenderingContext2D
)
:
void
Parameters
ctx:
RenderingContext2D
Returns
void
Globals
"src/
Transform/
Skew"
Skew
constructor
angle
matrix
type
apply
apply
ToPoint
unapply
Generated using
TypeDoc