Property | Type | Description | |
---|---|---|---|
Empty | |||
Empty | System.Drawing.Size |
Method | Description | |
---|---|---|
Add ( |
Performs vector addition of two
|
|
Add ( System sz1, System sz2 ) : System.Drawing.Size | ||
Ceiling ( |
Converts a SizeF to a Size by performing a ceiling operation on all the coordinates.
|
|
Ceiling ( System value ) : System.Drawing.Size | ||
Equals ( object obj ) : bool |
Tests to see whether the specified object is a
|
|
GetHashCode ( ) : int |
Returns a hash code.
|
|
Round ( |
Converts a SizeF to a Size by performing a round operation on all the coordinates.
|
|
Round ( System value ) : System.Drawing.Size | ||
Size ( System pt ) | ||
Size ( int width, int height ) | ||
Size ( |
Initializes a new instance of the
|
|
Size ( int width, int height ) : System.Numerics.Hashing |
Initializes a new instance of the
|
|
Subtract ( |
Contracts a
|
|
Subtract ( System sz1, System sz2 ) : System.Drawing.Size | ||
ToString ( ) : string |
Creates a human-readable string that represents this
|
|
Truncate ( |
Converts a SizeF to a Size by performing a truncate operation on all the coordinates.
|
|
Truncate ( System value ) : System.Drawing.Size | ||
operator ( ) : |
Performs vector addition of two
|
|
operator ( ) : System.Drawing.Size | ||
operator ( ) : bool |
Tests whether two
|
public static Add ( |
||
sz1 | ||
sz2 | ||
return |
public static Add ( System sz1, System sz2 ) : System.Drawing.Size | ||
sz1 | System | |
sz2 | System | |
return | System.Drawing.Size |
public static Ceiling ( System value ) : System.Drawing.Size | ||
value | System | |
return | System.Drawing.Size |
public static Round ( System value ) : System.Drawing.Size | ||
value | System | |
return | System.Drawing.Size |
public Size ( |
||
pt | ||
return | System.Numerics.Hashing |
public Size ( int width, int height ) : System.Numerics.Hashing | ||
width | int | |
height | int | |
return | System.Numerics.Hashing |
public static Subtract ( |
||
sz1 | ||
sz2 | ||
return |
public static Subtract ( System sz1, System sz2 ) : System.Drawing.Size | ||
sz1 | System | |
sz2 | System | |
return | System.Drawing.Size |
public static Truncate ( |
||
value | ||
return |
public static Truncate ( System value ) : System.Drawing.Size | ||
value | System | |
return | System.Drawing.Size |
public static operator ( ) : System.Drawing.Size | ||
return | System.Drawing.Size |