Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Gets or sets a value indicating whether the specified object is equal to this Screen.
|
|
FromHandle ( |
Retrieves a Screen for the display that contains the largest portion of the specified control.
|
|
FromPoint ( Point point ) : |
Retrieves a Screen for the display that contains the specified point.
|
|
GetHashCode ( ) : int |
Computes and retrieves a hash code for an object.
|
Method | Description | |
---|---|---|
Screen ( ) : System | ||
Screen ( |
||
Screen ( |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to this Screen. |
return | bool |
public static FromHandle ( |
||
hwnd | The window handle for which to retrieve the Screen. | |
return |
public static FromPoint ( Point point ) : |
||
point | Point | A |
return |