RectangleD::ToRectangleF Method (RectangleD)

 

Converts the specified RectangleD to a RectangleF.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static RectangleF ToRectangleF(
	RectangleD rectangleD
)

Parameters

rectangleD
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
r

The RectangleD to convert.

Return Value

Type: System.Drawing::RectangleF
Return to top
Show: