Size2f class

Inheritance

Constructors

Size2f(double width, double height)
factory
Size2f.fromNative(Size2f sz)
factory
Size2f.fromPointer(Pointer<Size2f> ptr, [bool attach = true])
Size2f.fromRecord((double, double) record)
factory
Size2f.fromSize(Size size)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
props List<double>
no setteroverride
ptr Pointer<Size2f>
getter/setter pairinherited
ref → Size2f
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
getter/setter pair

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

finalizer NativeFinalizer
final