Rect 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[System.Diagnostics.DebuggerDisplay("X={X}, Y={Y}, Width={Width}, Height={Height}")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.RectTypeConverter))]
public struct Rect
type Rect = struct
- 継承
-
System.ValueTypeRect
- 属性
-
System.Diagnostics.DebuggerDisplayAttribute TypeConverterAttribute
コンストラクター
Rect(Double, Double, Double, Double) | |
Rect(Point, Size) |
フィールド
Zero |
プロパティ
Bottom | |
Center | |
Height | |
IsEmpty | |
Left | |
Location | |
Right | |
Size | |
Top | |
Width | |
X | |
Y |
メソッド
演算子
Equality(Rect, Rect) | |
Inequality(Rect, Rect) |