Share via


PathF.Move(Single, Single) Method

Definition

Offsets every point in the path by the specified amounts.

public:
 void Move(float x, float y);
public void Move(float x, float y);
member this.Move : single * single -> unit
Public Sub Move (x As Single, y As Single)

Parameters

x
Single

Delta X.

y
Single

Delta Y.

Applies to