Exemplo n.º 1
0
 public bool IsVertStreched()
 {
     return(!EzMath.IsZero(vTop) && !EzMath.IsZero(vBottom));
 }
Exemplo n.º 2
0
 public bool IsHoriStreched()
 {
     return(!EzMath.IsZero(uLeft) && !EzMath.IsZero(uRight));
 }