| EmptyShape Constructor |
Note: This API is now obsolete.
Initializes a new instance of the
EmptyShape class.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax [ObsoleteAttribute("Do not create new EmptyShape instances. Use Shape.Empty instead.")]
public EmptyShape()
<ObsoleteAttribute("Do not create new EmptyShape instances. Use Shape.Empty instead.")>
Public Sub New
public:
[ObsoleteAttribute(L"Do not create new EmptyShape instances. Use Shape.Empty instead.")]
EmptyShape()
[<ObsoleteAttribute("Do not create new EmptyShape instances. Use Shape.Empty instead.")>]
new : unit -> EmptyShape
See Also