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
返回
true 如果这 StreamGeometry 描述几何图形,则为 ;否则为 false。
- 属性