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) |
演算子
Addition(Point, SizeF) | |
Equality(Point, Point) | |
Explicit(Point to Size) | |
Implicit(Point to PointF) | |
Implicit(Vector2 to Point) | |
Inequality(Point, Point) | |
Subtraction(Point, Point) | |
Subtraction(Point, SizeF) |
拡張メソッド
Lerp(Point, Point, Double) |