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