Class RelativePointInfo
表示モニター名と相対座標を表します。
Inheritance
System.Object
RelativePointInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MakCraft.Utils
Assembly: MakViewModelBaseCore.dll
Syntax
public class RelativePointInfo
Constructors
| Improve this Doc View SourceRelativePointInfo(Point, String)
新しい表示モニター名と相対座標を格納するクラス。
Declaration
public RelativePointInfo(Point point, string monitorName)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | point | |
System.String | monitorName |
Properties
| Improve this Doc View SourceMonitorName
モニター名を取得します。
Declaration
public string MonitorName { get; }
Property Value
Type | Description |
---|---|
System.String |
Point
相対座標を取得します。
Declaration
public Point Point { get; }
Property Value
Type | Description |
---|---|
System.Windows.Point |