Rectangle::RenderedGeometry Property

 

Gets a Geometry object that represents the final rendered shape.

Namespace:   System.Windows.Shapes
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property Geometry^ RenderedGeometry {
	virtual Geometry^ get() override;
}

Property Value

Type: System.Windows.Media::Geometry^

The final rendered shape.

.NET Framework
Available since 3.0
Return to top
Show: