BMFPoint class
屏幕坐标
- Implemented types
Constructors
- BMFPoint(double x, double y)
- BMFPoint构造方法
- BMFPoint.fromMap(Map map)
- map => BMFPoint
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- x ↔ double
-
横坐标
read / write
- y ↔ double
-
纵坐标
read / write
Methods
-
fromMap(
Map map) → dynamic -
map ->屏幕坐标
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> -
屏幕坐标 -> map
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited