PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RectangleD Structure / ToRectangle Method

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

    Return Value

    The converted System.Drawing.Rectangle structure.
    See Also