Win32Rect class
Represents a Windows rectangle structure (RECT)
Constructors
- Win32Rect.new(int left, int top, int right, int bottom)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited