RoundedRectangleShapeGeometry Constructors
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.
Overloads
RoundedRectangleShapeGeometry() |
Initializes a new instance of the RoundedRectangleShapeGeometry class. |
RoundedRectangleShapeGeometry(Double) |
Initializes a new instance of the RoundedRectangleShapeGeometry class. |
RoundedRectangleShapeGeometry()
Initializes a new instance of the RoundedRectangleShapeGeometry class.
public:
RoundedRectangleShapeGeometry();
public RoundedRectangleShapeGeometry ();
Public Sub New ()
Applies to
RoundedRectangleShapeGeometry(Double)
Initializes a new instance of the RoundedRectangleShapeGeometry class.
public:
RoundedRectangleShapeGeometry(double radius);
public RoundedRectangleShapeGeometry (double radius);
new Microsoft.VisualStudio.Modeling.Diagrams.RoundedRectangleShapeGeometry : double -> Microsoft.VisualStudio.Modeling.Diagrams.RoundedRectangleShapeGeometry
Public Sub New (radius As Double)
Parameters
- radius
- Double