Rect.FromLTRB(Double, Double, Double, Double) 方法

定义

public:
 static Microsoft::Maui::Graphics::Rect FromLTRB(double left, double top, double right, double bottom);
public static Microsoft.Maui.Graphics.Rect FromLTRB (double left, double top, double right, double bottom);
static member FromLTRB : double * double * double * double -> Microsoft.Maui.Graphics.Rect
Public Shared Function FromLTRB (left As Double, top As Double, right As Double, bottom As Double) As Rect

参数

left
Double
top
Double
right
Double
bottom
Double

返回

适用于