Click or drag to resize
DigitalRuneGeometricObject Constructor (Shape)
Initializes a new instance of the GeometricObject class with a shape.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public GeometricObject(
	Shape shape
)

Parameters

shape
Type: DigitalRune.Geometry.ShapesShape
The shape (must not be ). See property Shape for more details.
Exceptions
ExceptionCondition
ArgumentNullExceptionshape is .
See Also