Rectangle.Offset 메서드

정의

오버로드

Offset(Point)

Locationdr에 의해 오프셋되는 새 Rectangle입니다.

Offset(Double, Double)

Locationdxdy에 의해 오프셋되는 새 Rectangle입니다.

Offset(Point)

Locationdr에 의해 오프셋되는 새 Rectangle입니다.

public Xamarin.Forms.Rectangle Offset (Xamarin.Forms.Point dr);
member this.Offset : Xamarin.Forms.Point -> Xamarin.Forms.Rectangle

매개 변수

dr
Point

Point X 및 Y 값을 의 에 추가해야 하는 thisRectangle입니다Location.

반환

로 번역된 LocationdrLocation 와 같은 thisRectangleRectangle 입니다.

적용 대상

Offset(Double, Double)

Locationdxdy에 의해 오프셋되는 새 Rectangle입니다.

public Xamarin.Forms.Rectangle Offset (double dx, double dy);
member this.Offset : double * double -> Xamarin.Forms.Rectangle

매개 변수

dx
Double

X축을 따라 변경합니다.

dy
Double

Y축을 따라 변경합니다.

반환

dy로 번역된 dxLocation 와 같은 thisRectangleRectangleLocation 입니다.

적용 대상