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

In This Topic
    Measure(Style,Graphics,Object,Int32) 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, _
       ByVal width As System.Integer _
    ) As System.Drawing.Size
    public System.Drawing.Size Measure( 
       C1.Framework.Style s,
       System.Drawing.Graphics g,
       System.object value,
       System.int width
    )

    Parameters

    s
    g
    value
    width
    See Also