GeometryRectangleByCenter Method

[Missing <summary> documentation for "M:KLib.Geometry.Geometry.RectangleByCenter(System.Drawing.Point,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 static Rectangle RectangleByCenter(
	Point center,
	int width,
	int height
)

Parameters

center  Point

[Missing <param name="center"/> documentation for "M:KLib.Geometry.Geometry.RectangleByCenter(System.Drawing.Point,System.Int32,System.Int32)"]

width  Int32

[Missing <param name="width"/> documentation for "M:KLib.Geometry.Geometry.RectangleByCenter(System.Drawing.Point,System.Int32,System.Int32)"]

height  Int32

[Missing <param name="height"/> documentation for "M:KLib.Geometry.Geometry.RectangleByCenter(System.Drawing.Point,System.Int32,System.Int32)"]

Return Value

Rectangle

[Missing <returns> documentation for "M:KLib.Geometry.Geometry.RectangleByCenter(System.Drawing.Point,System.Int32,System.Int32)"]

See Also