MindFusion.Wpf Pack Programmer's Guide
RoundRectangleTemplate Constructor (Double, Double, Double, Double, Double)
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 in percents of a shape node's bounding rectangle.

y

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

w

The width of the rectangle, expressed in percents of a shape node's bounding rectangle.

h

The height of the rectangle, expressed in percents of a shape node's bounding rectangle.

r

The round radius of the rectangle.

 See Also

RoundRectangleTemplate Constructor Overload List
RoundRectangleTemplate Class
MindFusion.Diagramming.Wpf Namespace