Click or drag to resize

RectangleAdd Method (Rectangle, Vector2, Rectangle)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void Add(
	ref Rectangle r,
	ref Vector2 v,
	out Rectangle result
)

Parameters

r
Type: NeoAxisRectangle
v
Type: NeoAxisVector2
result
Type: NeoAxisRectangle
See Also