| Package | flash.display |
| Class | public final class NativeWindowResize |
| Inheritance | NativeWindowResize Object |
edgeOrCorner parameter of the NativeWindow
startResize() method.
A constant is defined to name each edge and corner of a window.
See also
| Constant | Defined By | ||
|---|---|---|---|
[static]
The bottom edge of the window. | NativeWindowResize | ||
[static]
The bottom-left corner of the window. | NativeWindowResize | ||
[static]
The bottom-right corner of the window. | NativeWindowResize | ||
[static]
The left edge of the window. | NativeWindowResize | ||
[static]
Provides no hint to the system about which edge or corner to
resize from, allowing for default behavior. | NativeWindowResize | ||
[static]
The right edge of the window. | NativeWindowResize | ||
[static]
The top edge of the window. | NativeWindowResize | ||
[static]
The top-left corner of the window. | NativeWindowResize | ||
[static]
The top-right corner of the window. | NativeWindowResize | ||
| Constant |
public static const BOTTOM:String = "B"The bottom edge of the window.
| Constant |
public static const BOTTOM_LEFT:String = "BL"The bottom-left corner of the window.
| Constant |
public static const BOTTOM_RIGHT:String = "BR"The bottom-right corner of the window.
| Constant |
public static const LEFT:String = "L"The left edge of the window.
| Constant |
public static const NONE:String = ""Provides no hint to the system about which edge or corner to resize from, allowing for default behavior.
| Constant |
public static const RIGHT:String = "R"The right edge of the window.
| Constant |
public static const TOP:String = "T"The top edge of the window.
| Constant |
public static const TOP_LEFT:String = "TL"The top-left corner of the window.
| Constant |
public static const TOP_RIGHT:String = "TR"The top-right corner of the window.