FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / IRenderEngine 接口 / SetClipRect 方法
Clip rectangle. Null clear clipping rectangle.

本主题中
    SetClipRect 方法 (IRenderEngine)
    本主题中
    Sets clip rectangle.
    语法
    '声明
     
    Sub SetClipRect( _
       ByVal rect As Nullable(Of _Rect) _
    ) 
    void SetClipRect( 
       Nullable<_Rect> rect
    )

    参数

    rect
    Clip rectangle. Null clear clipping rectangle.
    请参见