Rect.FromLTRB(Double, Double, Double, Double) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- left
- Double
- top
- Double
- right
- Double
- bottom
- Double