Click or drag to resize

RectangleFSubtract Method (Vector2F, RectangleF, RectangleF)

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 Vector2F v,
	ref RectangleF r,
	out RectangleF result
)

Parameters

v
Type: NeoAxisVector2F
r
Type: NeoAxisRectangleF
result
Type: NeoAxisRectangleF
See Also