Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / ObjectRect Constructor / ObjectRect Constructor(ObjectRect)

In This Topic
    ObjectRect Constructor(ObjectRect)
    In This Topic
    Initializes a new instance of the ObjectRect class from another instance of ObjectRect.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As ObjectRect _
    )
    public ObjectRect( 
       ObjectRect source
    )

    Parameters

    source
    See Also