ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / ItemStyle Class / GetHistogramImage Method
指定されたサイズ。

In This Topic
    GetHistogramImage Method (ItemStyle)
    In This Topic
    指定されたサイズでヒストグラム画像を取得します。
    Syntax
    'Declaration
     
    
    Public Function GetHistogramImage( _
       ByVal rect As Rectangle _
    ) As Image
    public Image GetHistogramImage( 
       Rectangle rect
    )

    Parameters

    rect
    指定されたサイズ。
    See Also