Click or drag to resize

RectangleFDivide Method

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

Parameters

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