Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / RectL Structure / IntersectFast Method

In This Topic
    IntersectFast Method (RectL)
    In This Topic
    Quickly updates a rectangle to represent the intersection with another rectangle.
    Syntax
    'Declaration
     
    Public Sub IntersectFast( _
       ByVal rect As RectL _
    ) 
    public void IntersectFast( 
       RectL rect
    )

    Parameters

    rect
    Remarks
    The resulting rectangle may be invalid. Use the HasSpace property to check.
    See Also