Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Disposes any resources used by this control.
|
|
DrawWindow ( |
Draws the window preview to the graphics object.
|
|
GeneratePreview ( int w, int h ) : void |
Generates a preview, so as to cache the resultant image.
|
|
IsPointWithinSection ( Point p, int s ) : bool |
Returns true if a point is in a retcangular section, one of the 8.
|
|
Open ( |
Reads the windowstyle from a filestream.
|
|
Save ( string filename ) : void |
Saves the windowstyle to the Sphere .rws format.
|
|
Windowstyle ( ) : System |
Instantitates a blank window for your use.
|
|
Windowstyle ( |
Instantiates a new WindowStyle object.
|
|
Windowstyle ( string filename ) : System |
Creates a new windowstyle by loading a filename.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FillHeight ( |
||
FillWidth ( |
||
FillWithin ( |
public DrawWindow ( |
||
g | Standard Graphics Object. | |
Résultat | void |
public GeneratePreview ( int w, int h ) : void | ||
w | int | width of zone to fill |
h | int | height of zone to fill |
Résultat | void |
public IsPointWithinSection ( Point p, int s ) : bool | ||
p | Point | The point to compare by. |
s | int | The section index. |
Résultat | bool |
public Open ( |
||
binread | The System.IO.BinaryReader to use. | |
Résultat | void |
public Save ( string filename ) : void | ||
filename | string | The path in which to save to. |
Résultat | void |
public Windowstyle ( |
||
binread | The stream where the data lies | |
Résultat | System |
public Windowstyle ( string filename ) : System | ||
filename | string | The file where the windowstyle is saved. |
Résultat | System |