ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / CopyFrom Method
A rectangle object.




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

    Parameters

    rect
    A rectangle object.
    See Also