Persistate API documentation
PRectangle Constructor (location, size)
NamespacesPersistate.UIPRectanglePRectangle(PPoint, PSize)

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

Creates a new PRectangle from a position and size.
Declaration Syntax
C#
public PRectangle(
	PPoint location,
	PSize size
)
Parameters
location (PPoint)
A POint giving the location of the top left corner of the new PRectangle.
size (PSize)
The size of the PRectangle.

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