Method | Description | |
---|---|---|
CenterWithin ( |
||
Clone ( ) : Object | ||
Equals ( |
Specifies whether this System.Drawing.Size structure has the same dimensions as the specified System.Drawing.Size structure.
|
|
Equals ( object obj ) : bool |
Tests to see whether the specified object is a Size structure with the same dimensions as this Size structure.
|
|
GetHashCode ( ) : int | ||
Size ( Point pt ) : System |
Initializes a new instance of the System.Drawing.Size structure from the specified System.Drawing.Point structure.
|
|
Size ( int width, int height ) : System |
Initializes a new instance of the System.Drawing.Size structure from the specified dimensions.
|
|
ToString ( ) : string |
public CenterWithin ( |
||
container | ||
return | Point |
public Equals ( object obj ) : bool | ||
obj | object | The Object to test |
return | bool |
public Size ( Point pt ) : System | ||
pt | Point | The System.Drawing.Point structure from which to initialize this Size structure. |
return | System |
public Size ( int width, int height ) : System | ||
width | int | the width component of the new Size. |
height | int | the height component of the new Size. |
return | System |