Class Win32Display
Inheritance
System.Object
Win32Display
Implements
WinMan.IDisplay
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WinMan.Windows
Assembly: WinMan.Windows.dll
Syntax
public class Win32Display : IDisplay
Properties
| Improve this Doc View SourceBounds
Declaration
public Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
WinMan.Rectangle |
Scaling
Declaration
public double Scaling { get; }
Property Value
Type | Description |
---|---|
System.Double |
WorkArea
Declaration
public Rectangle WorkArea { get; }
Property Value
Type | Description |
---|---|
WinMan.Rectangle |
Workspace
Declaration
public IWorkspace Workspace { get; }
Property Value
Type | Description |
---|---|
WinMan.IWorkspace |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
Events
| Improve this Doc View SourceBoundsChanged
Declaration
public event EventHandler<DisplayRectangleChangedEventArgs> BoundsChanged
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayRectangleChangedEventArgs> |
Removed
Declaration
public event EventHandler<DisplayChangedEventArgs> Removed
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayChangedEventArgs> |
ScalingChanged
Declaration
public event EventHandler<DisplayScalingChangedEventArgs> ScalingChanged
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayScalingChangedEventArgs> |
WorkAreaChanged
Declaration
public event EventHandler<DisplayRectangleChangedEventArgs> WorkAreaChanged
Event Type
Type | Description |
---|---|
System.EventHandler<WinMan.DisplayRectangleChangedEventArgs> |
Implements
WinMan.IDisplay