Persistate API documentation
PSize Structure
NamespacesPersistate.UIPSize

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

Represents the size of a rectangle as height and width.
Declaration Syntax
C#
public struct PSize
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
PSize(Int32, Int32)
Creates a new PSize with a particular widrh and height.

Empty
Represents a PSize with both X and Y co-ordinates set to 0;

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Gets or sets the height of this PSize.

ImplicitWideningImplicitImplicitImplicit(PSize to Size)
Implicitly converts a Persistate.UI.PSize to a System.Drawing.Size.

ImplicitWideningImplicitImplicitImplicit(Size to PSize)
Implicitly converts a System.Drawing.Size to a Persistate.UI.PSize.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Width
Gets or sets the width of this PSize.

Remarks
This version is for the .Net platform. This will be implemented separately (along with the entire Persistate.UI namespace) for different platforms as necessary.

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