Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / AsRectF Method

In This Topic
    AsRectF Method (LayoutView)
    In This Topic
    Returns a System.Drawing.RectangleF with the same Width and Height as the view rectangle.
    Syntax
    'Declaration
     
    Public Function AsRectF() As System.Drawing.RectangleF
    public System.Drawing.RectangleF AsRectF()

    Return Value

    The resulting System.Drawing.RectangleF.
    See Also