ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface / CopyFrom Method
Rectangle interface.




In This Topic
    CopyFrom Method (IImGearDoubleRectangle)
    In This Topic
    This method copies rectangle from IImGearDoubleRectangle interface.
    Syntax
    'Declaration
     
    Sub CopyFrom( _
       ByVal rect As IImGearDoubleRectangle _
    ) 
    'Usage
     
    Dim instance As IImGearDoubleRectangle
    Dim rect As IImGearDoubleRectangle
     
    instance.CopyFrom(rect)
    void CopyFrom( 
       IImGearDoubleRectangle rect
    )
    void CopyFrom( 
       IImGearDoubleRectangle* rect
    ) 
    void CopyFrom( 
       IImGearDoubleRectangle^ rect
    ) 

    Parameters

    rect
    Rectangle interface.
    See Also