Свойство | Тип | Описание | |
---|---|---|---|
Empty | |||
Empty | System.Drawing.RectangleF |
Метод | Описание | |
---|---|---|
Contains ( System pt ) : bool | ||
Equals ( object obj ) : bool |
Tests whether obj is a
|
|
FromLTRB ( float left, float top, float right, float bottom ) : |
Creates a new
|
|
FromLTRB ( float left, float top, float right, float bottom ) : System.Drawing.RectangleF | ||
GetHashCode ( ) : int |
Gets the hash code for this
|
|
Inflate ( |
Creates a
|
|
Inflate ( System rect, float x, float y ) : System.Drawing.RectangleF | ||
Inflate ( |
Inflates this
|
|
Inflate ( System size ) : void | ||
Inflate ( float x, float y ) : void |
Inflates this
|
|
Intersect ( System a, System b ) : System.Drawing.RectangleF | ||
Intersect ( |
Creates a Rectangle that represents the intersection between this Rectangle and rect.
|
|
Intersect ( System rect ) : void | ||
IntersectsWith ( System rect ) : bool | ||
Offset ( |
Adjusts the location of this rectangle by the specified amount.
|
|
Offset ( System pos ) : void | ||
Offset ( float x, float y ) : void |
Adjusts the location of this rectangle by the specified amount.
|
|
RectangleF ( System location, System size ) | ||
RectangleF ( float x, float y, float width, float height ) | ||
RectangleF ( |
Initializes a new instance of the
|
|
RectangleF ( float x, float y, float width, float height ) : System.Diagnostics.Contracts |
Initializes a new instance of the
|
|
ToString ( ) : string |
Converts the
|
|
Union ( System a, System b ) : System.Drawing.RectangleF | ||
operator ( ) : bool |
Tests whether two
|
Метод | Описание | |
---|---|---|
Contains ( |
||
Contains ( |
||
Contains ( float x, float y ) : bool | ||
Intersect ( |
||
IntersectsWith ( |
||
Union ( |
public static FromLTRB ( float left, float top, float right, float bottom ) : |
||
left | float | |
top | float | |
right | float | |
bottom | float | |
Результат |
public static FromLTRB ( float left, float top, float right, float bottom ) : System.Drawing.RectangleF | ||
left | float | |
top | float | |
right | float | |
bottom | float | |
Результат | System.Drawing.RectangleF |
public static Inflate ( |
||
rect | ||
x | float | |
y | float | |
Результат |
public static Inflate ( System rect, float x, float y ) : System.Drawing.RectangleF | ||
rect | System | |
x | float | |
y | float | |
Результат | System.Drawing.RectangleF |
public static Intersect ( System a, System b ) : System.Drawing.RectangleF | ||
a | System | |
b | System | |
Результат | System.Drawing.RectangleF |
public Intersect ( |
||
rect | ||
Результат | void |
public IntersectsWith ( System rect ) : bool | ||
rect | System | |
Результат | bool |
public RectangleF ( System location, System size ) | ||
location | System | |
size | System |
public RectangleF ( float x, float y, float width, float height ) | ||
x | float | |
y | float | |
width | float | |
height | float |
public RectangleF ( |
||
location | ||
size | ||
Результат | System.Diagnostics.Contracts |
public RectangleF ( float x, float y, float width, float height ) : System.Diagnostics.Contracts | ||
x | float | |
y | float | |
width | float | |
height | float | |
Результат | System.Diagnostics.Contracts |
public static Union ( System a, System b ) : System.Drawing.RectangleF | ||
a | System | |
b | System | |
Результат | System.Drawing.RectangleF |
public static RectangleF,System.Drawing Empty | ||
Результат |