Click or drag to resize

ScreenIHandler Interface

Handler interface for the Screen.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The ScreenIHandler type exposes the following members.

Properties
  NameDescription
Public propertyBitsPerPixel
Gets the number of bits each pixel uses to represent its color value.
Public propertyBounds
Gets the bounds of the display.
Public propertyIsPrimary
Gets a value indicating whether this screen is the primary/main screen.
Public propertyRealScale
Gets the real scale of the pixels of the screen vs. points.
Public propertyScale
Gets the logical scale of the pixels of the screen vs. points.
Public propertyWorkingArea
Gets the working area of the display, excluding any menu/task bars, docks, etc.
Top
Methods
  NameDescription
Public methodGetImage
Gets a copy of a portion of the screen as an image
Top
See Also