Persistate API documentation
Persistate.UI Namespace
NamespacesPersistate.UI

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

This namespace contains platform independent versions of some basic user interface types, for example PColor, PFont. These are required as the user interface component of Persistate packages can be implemented on various platforms.
Declaration Syntax
C#
namespace Persistate.UI
Types
All TypesStructuresEnumerations
IconTypeDescription
PColor
Represents a colour.

PFont
Represents a font - or a typeface, typeface style and typeface size combination.

PFontStyle
This is a platform independent means of representing a font style.

PImage
Represents a pictorial image.

PKeys
This is a platform independent means of specifying key codes and modifiers.

PPoint
Represents a point in cartesian co-ordinates.

PRectangle
Represents a rectangle, specifying its location and size.

PSize
Represents the size of a rectangle as height and width.