[This is preliminary documentation and is subject to change.]
Represents a pictorial image.
| C# |
public struct PImage
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| PImage(array<Byte>[]()[][]) | Creates an PImage from a byte array. | |
| Empty |
Represents an empty PImage which has not been set
| |
| 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.) | |
| ImplicitWideningImplicitImplicitImplicit(PImage to Image) |
Implicitly converts a Persistate.UI.PImage to a System.Drawing.Image.
| |
| ImplicitWideningImplicitImplicitImplicit(Image to PImage) |
Implicitly converts a System.Drawing.Image to a Persistate.UI.PImage.
| |
| IsEmpty |
Gets a value indicating whether this PImage is empty.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Size |
Gets the Size of this PImage.
| |
| ToByteArray()()()() | Converts this PImage to a byte array. | |
| ToString()()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
This version is for the .Net platform. This will be implemented
separately (along with the entire Persistate.UI namespace) for different
platforms as necessary.