StreamGeometry.IsEmpty Method

Definition

Determines whether this StreamGeometry describes a geometric shape.

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

Returns

true if this StreamGeometry describes a geometry shape; otherwise, false.

Attributes

Applies to