public AARectangleN<TNumeric> Translate(
Vector2N<TNumeric> delta
)
Public Function Translate (
delta As Vector2N(Of TNumeric)
) As AARectangleN(Of TNumeric)
public:
AARectangleN<TNumeric> Translate(
Vector2N<TNumeric> delta
)
member Translate :
delta : Vector2N<'TNumeric> -> AARectangleN<'TNumeric>