Persistate API documentation
PPoint Constructor (x, y)
NamespacesPersistate.UIPPointPPoint(Int32, Int32)

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

Creates a new PPoint with given x and y co-ordingates
Declaration Syntax
C#
public PPoint(
	int x,
	int y
)
Parameters
x (Int32)
The x co-ordinate of the new PPoint.
y (Int32)
The y co-ordinate of the new PPoint.

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