C# Класс Eto.Forms.Screen

Наследование: Widget
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
FromPoint ( Eto.Drawing.PointF point ) : Screen

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 ) : Screen

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.

Описание методов

FromPoint() публичный статический Метод

Gets the screen that contains the specified point, or the closest screen to the point if it is outside the bounds of all screens.
public static FromPoint ( Eto.Drawing.PointF point ) : Screen
point Eto.Drawing.PointF Point to find the screen.
Результат Screen

FromRectangle() публичный статический Метод

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..
public static FromRectangle ( Eto.Drawing.RectangleF rectangle ) : Screen
rectangle Eto.Drawing.RectangleF Rectangle to find the screen.
Результат Screen

Screen() публичный Метод

Initializes a new instance of the Eto.Forms.Screen class.
public Screen ( ) : System.Collections.Generic
Результат System.Collections.Generic

Screen() публичный Метод

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 Screen ( IHandler handler ) : System.Collections.Generic
handler IHandler Handler for the screen.
Результат System.Collections.Generic