RotatedRectangle(Point, Point, 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(
	Point loc,
	Point sz,
	double phi
)

Parameters

loc  Point

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

sz  Point

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

phi  Double

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

See Also