Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. DomQuad
  4. fromRect static method
fromRect
description

fromRect static method

DomQuadfromRect([
  1. Map?other
])

Implementation

static DomQuad fromRect([Map? other]) {  if (other != null) {    var other_1 = convertDartToNative_Dictionary(other);    return _fromRect_1(other_1);  }  return _fromRect_2();}
  1. Dart
  2. dart:html
  3. DomQuad
  4. fromRect static method
DomQuad class

[8]ページ先頭

©2009-2025 Movatter.jp