Property | Type | Description | |
---|---|---|---|
Empty | |||
Empty | System.Drawing.SizeF |
Method | Description | |
---|---|---|
Add ( |
Performs vector addition of two
|
|
Add ( System sz1, System sz2 ) : System.Drawing.SizeF | ||
Equals ( object obj ) : bool |
Tests to see whether the specified object is a
|
|
GetHashCode ( ) : int | ||
SizeF ( System pt ) | ||
SizeF ( float width, float height ) | ||
SizeF ( |
Initializes a new instance of the
|
|
SizeF ( |
Initializes a new instance of the
|
|
SizeF ( float width, float height ) : System.Numerics.Hashing |
Initializes a new instance of the
|
|
Subtract ( |
Contracts a
|
|
Subtract ( System sz1, System sz2 ) : System.Drawing.SizeF | ||
ToPointF ( ) : |
||
ToPointF ( ) : System.Drawing.PointF | ||
ToSize ( ) : |
||
ToSize ( ) : System.Drawing.Size | ||
ToString ( ) : string |
Creates a human-readable string that represents this
|
|
operator ( ) : |
Performs vector addition of two
|
|
operator ( ) : System.Drawing.SizeF | ||
operator ( ) : bool |
Tests whether two
|
public static Add ( |
||
sz1 | ||
sz2 | ||
return |
public static Add ( System sz1, System sz2 ) : System.Drawing.SizeF | ||
sz1 | System | |
sz2 | System | |
return | System.Drawing.SizeF |
public SizeF ( |
||
pt | ||
return | System.Numerics.Hashing |
public SizeF ( |
||
size | ||
return | System.Numerics.Hashing |
public SizeF ( float width, float height ) : System.Numerics.Hashing | ||
width | float | |
height | float | |
return | System.Numerics.Hashing |
public static Subtract ( |
||
sz1 | ||
sz2 | ||
return |
public static Subtract ( System sz1, System sz2 ) : System.Drawing.SizeF | ||
sz1 | System | |
sz2 | System | |
return | System.Drawing.SizeF |
public static operator ( ) : System.Drawing.SizeF | ||
return | System.Drawing.SizeF |