preMultiplySelf property
DOMMatrix Function([DOMMatrixInit?])
get
preMultiplySelf
Implementation
_i3.DOMMatrix Function([_i3.DOMMatrixInit?]) get preMultiplySelf =>
([_i3.DOMMatrixInit? p0]) => _i4.callMethod(
_i4.getProperty(
this,
'preMultiplySelf',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
);
set
preMultiplySelf
(DOMMatrix value([DOMMatrixInit?]))
Implementation
set preMultiplySelf(_i3.DOMMatrix Function([_i3.DOMMatrixInit?]) value) {
_i4.setProperty(
this,
'preMultiplySelf',
_i4.allowInterop(value),
);
}