Search
RoundRectangleTemplate Constructor (Double, Double, Double, Double, Double)
See Also
 





Initializes a new instance of the RoundRectangleTemplate class with the specified settings.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RoundRectangleTemplate (
    double x,
    double y,
    double w,
    double h,
    double r
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    w As Double, _
    h As Double, _
    r As Double _
)

 Parameters

x
The x-coordinate of the top-left corner of the rectangle, expressed as percentage of a shape node's bounding rectangle.
y

The y-coordinate of the top-left corner of the rectangle, expressed as percentage of a shape node's bounding rectangle.

w
The width of the rectangle, expressed as percentage of a shape node's bounding rectangle.
h

The height of the rectangle, expressed as percentage of a shape node's bounding rectangle.

r

The round radius of the rectangle.

 See Also