Point 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public value class Point
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointTypeConverter))]
public struct Point
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointTypeConverter))>]
type Point = struct
Public Structure Point
- 継承
-
Point
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| Point(Double, Double) | |
| Point(Size) | |
| Point(SizeF) | |
| Point(Vector2) | |
フィールド
| 名前 | 説明 |
|---|---|
| Zero | |
プロパティ
| 名前 | 説明 |
|---|---|
| IsEmpty | |
| X | |
| Y | |
メソッド
| 名前 | 説明 |
|---|---|
| Deconstruct(Double, Double) | |
| Distance(Point) | |
| Equals(Object) | |
| Equals(Object, Double) | |
| GetHashCode() | |
| Offset(Double, Double) | |
| Round() | |
| ToString() | |
| TryParse(String, Point) | |
演算子
拡張メソッド
| 名前 | 説明 |
|---|---|
| Lerp(Point, Point, Double) | |