RBRectangleResize Method

[Missing <summary> documentation for "M:KLib.Geometry.RBRectangle.Resize(System.Int32,System.Int32)"]

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public void Resize(
	int W,
	int H
)

Parameters

W  Int32

[Missing <param name="W"/> documentation for "M:KLib.Geometry.RBRectangle.Resize(System.Int32,System.Int32)"]

H  Int32

[Missing <param name="H"/> documentation for "M:KLib.Geometry.RBRectangle.Resize(System.Int32,System.Int32)"]

See Also