Shape::RenderedGeometry Property

 

Gets a value that represents the final rendered Geometry of a Shape.

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

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

Property Value

Type: System.Windows.Media::Geometry^

The final rendered Geometry of a Shape.

.NET Framework
Available since 3.0
Return to top
Show: