FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.Chart 命名空间 / IRenderEngine 接口 / DrawRect 方法
x-coordinate of rectangle.
y-coordinate of rectangle.
Rectangle width.
Rectangle height.

本主题中
    DrawRect 方法 (IRenderEngine)
    本主题中
    Draw rectangle with currect stroke and fill.
    语法
    '声明
     
    Sub DrawRect( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal w As Double, _
       ByVal h As Double _
    ) 
    void DrawRect( 
       double x,
       double y,
       double w,
       double h
    )

    参数

    x
    x-coordinate of rectangle.
    y
    y-coordinate of rectangle.
    w
    Rectangle width.
    h
    Rectangle height.
    请参见