Show / Hide Table of Contents

Class RelativePointInfo

表示モニター名と相対座標を表します。

Inheritance
System.Object
RelativePointInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MakCraft.Utils
Assembly: MakViewModelsBase.dll
Syntax
public class RelativePointInfo

Constructors

| Improve this Doc View Source

RelativePointInfo(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 Source

MonitorName

モニター名を取得します。

Declaration
public string MonitorName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Point

相対座標を取得します。

Declaration
public Point Point { get; }
Property Value
Type Description
System.Windows.Point
  • Improve this Doc
  • View Source
Back to top Generated by DocFX