Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. CssRect class
CssRect
description

CssRect classabstract

A class for representing CSS dimensions.

In contrast to the more general purposeRectangle class, this class'svalues are mutable, so one can change the height of an elementprogrammatically.

Importantnote: use of these methods will perform CSS calculations thatcan trigger a browser reflow. Therefore, use of these propertiesduring ananimation frame is discouraged. See also:Browser Reflow

Implemented types

Constructors

CssRect(Element_element)

Properties

bottomnum
The y-coordinate of the bottom edge.
no setter
bottomLeftPoint<num>
no setter
bottomRightPoint<num>
no setter
hashCodeint
The hash code for this object.
no setteroverride
heightnum
The height of this rectangle.
getter/setter pairoverride-getter
leftnum
The x-coordinate of the left edge.
no setteroverride
rightnum
The x-coordinate of the right edge.
no setter
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
topnum
The y-coordinate of the top edge.
no setteroverride
topLeftPoint<num>
no setter
topRightPoint<num>
no setter
widthnum
The width of this rectangle.
getter/setter pairoverride-getter

Methods

boundingBox(Rectangle<num>other)Rectangle<num>
Returns a new rectangle which completely containsthis andother.
containsPoint(Point<num>another)bool
Tests whetheranother is inside or along the edges ofthis.
containsRectangle(Rectangle<num>another)bool
Tests whetherthis entirely containsanother.
intersection(Rectangle<num>other)Rectangle<num>?
Computes the intersection ofthis andother.
intersects(Rectangle<num>other)bool
Returns true ifthis intersectsother.
noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.
override

Operators

operator ==(Objectother)bool
The equality operator.
override
  1. Dart
  2. dart:html
  3. CssRect class
dart:html library

[8]ページ先頭

©2009-2025 Movatter.jp