Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / an Class / Measure Method / Measure(Style,Graphics,Object) Method

In This Topic
    Measure(Style,Graphics,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Measure( _
       ByVal s As C1.Framework.Style, _
       ByVal g As System.Drawing.Graphics, _
       ByVal value As System.Object _
    ) As System.Drawing.Size
    public System.Drawing.Size Measure( 
       C1.Framework.Style s,
       System.Drawing.Graphics g,
       System.object value
    )

    Parameters

    s
    g
    value
    See Also