Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / Measure Method / Measure(Style,Graphics,Object,Int32) Method
The Style object to use.
The System.Drawing.Graphics object to use for measuring.
The content to measure.
The available width.

In This Topic
    Measure(Style,Graphics,Object,Int32) Method
    In This Topic
    Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface within the rectangle of the specified width with the specified style settings.
    Syntax
    'Declaration
     
    
    Public Overloads Function Measure( _
       ByVal s As Style, _
       ByVal g As Graphics, _
       ByVal value As Object, _
       ByVal width As Integer _
    ) As Size
    public Size Measure( 
       Style s,
       Graphics g,
       object value,
       int width
    )

    Parameters

    s
    The Style object to use.
    g
    The System.Drawing.Graphics object to use for measuring.
    value
    The content to measure.
    width
    The available width.

    Return Value

    The desired Size, in pixels, of the content drawn in within the rectangle of the specified width with the specified style settings in the specified device context.
    See Also