ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDoubleRectangle Structure / CopyFrom Method
Rectangle to copy.




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

    Parameters

    rect
    Rectangle to copy.
    See Also