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