Int32Rect.HasArea プロパティ

定義

WidthHeightプロパティとInt32Rectプロパティが 0 より大きいかどうかを示す値を取得します。

public:
 property bool HasArea { bool get(); };
public bool HasArea { get; }
member this.HasArea : bool
Public ReadOnly Property HasArea As Boolean

プロパティ値

true WidthHeightプロパティとInt32Rectプロパティが 0 より大きい場合はfalse

適用対象