Click or drag to resize

RectangleMultiply(Vector2, Rectangle, Rectangle) Method


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

Parameters

v  Vector2
 
r  Rectangle
 
result  Rectangle
 
See Also