Свойство | Тип | Описание | |
---|---|---|---|
Empty | |||
Empty | System.Drawing.Point |
Метод | Описание | |
---|---|---|
Add ( |
Translates a
|
|
Add ( System pt, System sz ) : System.Drawing.Point | ||
Ceiling ( |
Converts a PointF to a Point by performing a ceiling operation on all the coordinates.
|
|
Ceiling ( System value ) : System.Drawing.Point | ||
Equals ( object obj ) : bool |
Specifies whether this
|
|
GetHashCode ( ) : int |
Returns a hash code.
|
|
Offset ( |
Translates this
|
|
Offset ( System p ) : void | ||
Offset ( int dx, int dy ) : void |
Translates this
|
|
Point ( System sz ) | ||
Point ( int dw ) | ||
Point ( int x, int y ) | ||
Point ( |
Initializes a new instance of the
|
|
Point ( int dw ) : System.Numerics.Hashing |
Initializes a new instance of the Point class using coordinates specified by an integer value.
|
|
Point ( int x, int y ) : System.Numerics.Hashing |
Initializes a new instance of the
|
|
Round ( |
Converts a PointF to a Point by performing a round operation on all the coordinates.
|
|
Round ( System value ) : System.Drawing.Point | ||
Subtract ( |
Translates a
|
|
Subtract ( System pt, System sz ) : System.Drawing.Point | ||
ToString ( ) : string |
Converts this
|
|
Truncate ( |
Converts a PointF to a Point by performing a truncate operation on all the coordinates.
|
|
Truncate ( System value ) : System.Drawing.Point | ||
operator ( ) : |
Translates a
|
|
operator ( ) : System.Drawing.Point | ||
operator ( ) : bool |
Compares two
|
Метод | Описание | |
---|---|---|
HighInt16 ( int n ) : short | ||
LowInt16 ( int n ) : short |
public static Add ( |
||
pt | ||
sz | ||
Результат |
public static Add ( System pt, System sz ) : System.Drawing.Point | ||
pt | System | |
sz | System | |
Результат | System.Drawing.Point |
public static Ceiling ( |
||
value | ||
Результат |
public static Ceiling ( System value ) : System.Drawing.Point | ||
value | System | |
Результат | System.Drawing.Point |
public Point ( |
||
sz | ||
Результат | System.Numerics.Hashing |
public Point ( int dw ) : System.Numerics.Hashing | ||
dw | int | |
Результат | System.Numerics.Hashing |
public Point ( int x, int y ) : System.Numerics.Hashing | ||
x | int | |
y | int | |
Результат | System.Numerics.Hashing |
public static Round ( |
||
value | ||
Результат |
public static Round ( System value ) : System.Drawing.Point | ||
value | System | |
Результат | System.Drawing.Point |
public static Subtract ( |
||
pt | ||
sz | ||
Результат |
public static Subtract ( System pt, System sz ) : System.Drawing.Point | ||
pt | System | |
sz | System | |
Результат | System.Drawing.Point |
public static Truncate ( |
||
value | ||
Результат |
public static Truncate ( System value ) : System.Drawing.Point | ||
value | System | |
Результат | System.Drawing.Point |
public static operator ( ) : System.Drawing.Point | ||
Результат | System.Drawing.Point |