Method AlwaysUsesLiveResize
AlwaysUsesLiveResize()
Returns true if live resize is always used on the current platform.
public static bool AlwaysUsesLiveResize()
Returns
Remarks
If this function returns true, LiveResize flag is ignored and live resize is always used, whether it's specified or not. Currently this is the case for MacOs and Linux ports, as live resizing is the only implemented method there.