Geometry.Empty Property
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.
Gets an empty geometry object.
public:
static property Geometry ^ Empty { Geometry ^ get(); };
static Geometry Empty();
public static Geometry Empty { get; }
var geometry = Geometry.empty;
Public Shared ReadOnly Property Empty As Geometry
Property Value
The empty geometry object.