dart / 1 / dart-html / skew / skew.html

Skew factory constructor

Skew(num ax, num ay)

Source

@DomName('Skew.Skew')
@DocsEditable()
factory Skew(num ax, num ay) {
  return _blink.BlinkSkew.instance.constructorCallback_2_(ax, ay);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Skew/Skew.html