PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RectangleD Structure / ToRectangleF Method

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

    Return Value

    The converted System.Drawing.RectangleF structure.
    See Also