StreamGeometry.IsEmpty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.