Freigeben über


RectF.Offset Methode

Definition

Überlädt

Offset(PointF)
Offset(Single, Single)

Offset(PointF)

public:
 Microsoft::Maui::Graphics::RectF Offset(Microsoft::Maui::Graphics::PointF dr);
public Microsoft.Maui.Graphics.RectF Offset (Microsoft.Maui.Graphics.PointF dr);
member this.Offset : Microsoft.Maui.Graphics.PointF -> Microsoft.Maui.Graphics.RectF
Public Function Offset (dr As PointF) As RectF

Parameter

dr
PointF

Gibt zurück

Gilt für:

Offset(Single, Single)

public:
 Microsoft::Maui::Graphics::RectF Offset(float dx, float dy);
public Microsoft.Maui.Graphics.RectF Offset (float dx, float dy);
member this.Offset : single * single -> Microsoft.Maui.Graphics.RectF
Public Function Offset (dx As Single, dy As Single) As RectF

Parameter

dx
Single
dy
Single

Gibt zurück

Gilt für: