Persistate API documentation
PSize Constructor (width, height)
NamespacesPersistate.UIPSizePSize(Int32, Int32)

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

Creates a new PSize with a particular widrh and height.
Declaration Syntax
C#
public PSize(
	int width,
	int height
)
Parameters
width (Int32)
The width of the new PSize.
height (Int32)
The height of the new PSize.

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