Click or drag to resize

RectangleFSubtraction(Vector2F, RectangleF) Operator


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static RectangleF operator -(
	Vector2F v,
	RectangleF r
)

Parameters

v  Vector2F
 
r  RectangleF
 

Return Value

RectangleF
See Also