ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / InputPanel Class / Measure Method / Measure(Graphics,Object) Method

In This Topic
    Measure(Graphics,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Measure( _
       ByVal g As Graphics, _
       ByVal value As Object _
    ) As Size
    public Size Measure( 
       Graphics g,
       object value
    )

    Parameters

    g
    value
    See Also