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

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

    Return Value

    The converted System.Drawing.RectangleF structure.
    See Also