RBRectangle(Rectangle) Constructor

Initializes a new instance of the RBRectangle class

Definition

Namespace: KLib.Geometry
Assembly: KLib.Geometry (in KLib.Geometry.dll) Version: 1.0.3.9 (1.0.3.9)
C#
public RBRectangle(
	Rectangle rect
)

Parameters

rect  Rectangle

[Missing <param name="rect"/> documentation for "M:KLib.Geometry.RBRectangle.#ctor(System.Drawing.Rectangle)"]

See Also