RotatedRectangle(Int32, Int32, Int32, Int32, Double) Constructor

Initializes a new instance of the RotatedRectangle class

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public RotatedRectangle(
	int X,
	int Y,
	int W,
	int H,
	double phi
)

Parameters

X  Int32

[Missing <param name="X"/> documentation for "M:KLib.Geometry.RotatedRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

Y  Int32

[Missing <param name="Y"/> documentation for "M:KLib.Geometry.RotatedRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

W  Int32

[Missing <param name="W"/> documentation for "M:KLib.Geometry.RotatedRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

H  Int32

[Missing <param name="H"/> documentation for "M:KLib.Geometry.RotatedRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

phi  Double

[Missing <param name="phi"/> documentation for "M:KLib.Geometry.RotatedRectangle.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

See Also