Method FromLTRB
FromLTRB(float, float, float, float)
Creates a new RectangleF with the specified location and size.
public static RectangleF FromLTRB(float left, float top, float right, float bottom)
Creates a new RectangleF with the specified location and size.
public static RectangleF FromLTRB(float left, float top, float right, float bottom)