RectangleD.ToRectangleF(RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the specified RectangleD to a RectangleF.
public:
static System::Drawing::RectangleF ToRectangleF(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD rectangleD);
public static System.Drawing.RectangleF ToRectangleF (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD rectangleD);
static member ToRectangleF : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Drawing.RectangleF
Public Shared Function ToRectangleF (rectangleD As RectangleD) As RectangleF
Parameters
- rectangleD
- RectangleD
Returns
The RectangleF.