Click or drag to resize

RectangleSubtract Method (Vector2, Rectangle, Rectangle)

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

Parameters

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