Exemplo n.º 1
0
 //***************************************************************************
 // Static Methods
 //
 public static FeatheredRectangleF FromLTRB(float left, float top, float right, float bottom)
 {
     return(FeatheredRectangleF.FromLTRB(left, top, right, bottom, 0));
 }