RectTranslate Method

Translates the rectangle by an offset.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect Translate(
	Vector offset
)

Parameters

offset  Vector
The offset.

Return Value

Rect
The translated rectangle.

See Also