ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / ToRectangle Method

In This Topic
    ToRectangle Method (Rect)
    In This Topic
    Converts the current Rect to a System.Drawing.Rectangle.
    Syntax
    'Declaration
     
    Public Function ToRectangle() As System.Drawing.Rectangle
    public System.Drawing.Rectangle ToRectangle()

    Return Value

    The converted System.Drawing.Rectangle structure.
    See Also