Charting for WinForms Programmer's Guide
RectD Constructor (Double, Double, Double, Double)
See Also
 






Initializes a new instance of the RectD struct.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public RectD (
    double x,
    double y,
    double width,
    double height
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    width As Double, _
    height As Double _
)

 Parameters

x

X coordinate.

y

Y coordinate.

width

Rectangle's width.

height

Rectangle's height.

 See Also

RectD Constructor Overload List
RectD Structure
MindFusion.Charting Namespace