Persistate API documentation
PRectangle Constructor (x, y, width, height)
NamespacesPersistate.UIPRectanglePRectangle(Int32, Int32, Int32, Int32)

[This is preliminary documentation and is subject to change.]

Creates a new PRectangle with all properties specified
Declaration Syntax
C#
public PRectangle(
	int x,
	int y,
	int width,
	int height
)
Parameters
x (Int32)
The X co-ordinate of the upper left corner of the new PRectangle.
y (Int32)
The X co-ordinate of the upper left corner of the new PRectangle.
width (Int32)
The width of the new PRectangle.
height (Int32)
The height of the new PRectangle.

Assembly: Persistate.UI (Module: Persistate.UI) Version: 0.6.1.20 (0.6.1.20)