Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
FromPoint ( Eto.Drawing.PointF point ) : |
Gets the screen that contains the specified point, or the closest screen to the point if it is outside the bounds of all screens.
|
|
FromRectangle ( Eto.Drawing.RectangleF rectangle ) : |
Gets the screen that encompases the biggest part of the specified rectangle, or the closest screen to the rectangle if it is outside the bounds of all screens..
|
|
Screen ( ) : System.Collections.Generic |
Initializes a new instance of the Eto.Forms.Screen class.
|
|
Screen ( IHandler handler ) : System.Collections.Generic |
Initializes a new instance of the Eto.Forms.Screen class with the specified handler. Used by platform implementations to create instances of a screen with a particular handler. |
public static FromPoint ( Eto.Drawing.PointF point ) : |
||
point | Eto.Drawing.PointF | Point to find the screen. |
Результат |
public static FromRectangle ( Eto.Drawing.RectangleF rectangle ) : |
||
rectangle | Eto.Drawing.RectangleF | Rectangle to find the screen. |
Результат |
public Screen ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Screen ( IHandler handler ) : System.Collections.Generic | ||
handler | IHandler | Handler for the screen. |
Результат | System.Collections.Generic |