Click or drag to resize

RectangleIIntersection Method (RectangleI, RectangleI)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Intersection(
	ref RectangleI v,
	out RectangleI result
)

Parameters

v
Type: NeoAxisRectangleI
result
Type: NeoAxisRectangleI
See Also