ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / CopyFrom Method
A rectangle interface.




In This Topic
    CopyFrom Method (IImGearRectangle)
    In This Topic
    Copies the specified ImGearRectangle object into this instance of the ImGearRectangle class.
    Syntax
    'Declaration
     
    Sub CopyFrom( _
       ByVal rect As IImGearRectangle _
    ) 
    'Usage
     
    Dim instance As IImGearRectangle
    Dim rect As IImGearRectangle
     
    instance.CopyFrom(rect)
    void CopyFrom( 
       IImGearRectangle rect
    )
    void CopyFrom( 
       IImGearRectangle* rect
    ) 
    void CopyFrom( 
       IImGearRectangle^ rect
    ) 

    Parameters

    rect
    A rectangle interface.
    See Also