StreamGeometry.IsEmpty 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判定這個 StreamGeometry 所描述的是否為幾何形狀。
public:
override bool IsEmpty();
[System.Security.SecurityCritical]
public override bool IsEmpty ();
public override bool IsEmpty ();
[<System.Security.SecurityCritical>]
override this.IsEmpty : unit -> bool
override this.IsEmpty : unit -> bool
Public Overrides Function IsEmpty () As Boolean
傳回
若這個 StreamGeometry 描述的是幾何形狀,則為 true
;否則為 false
。
- 屬性