ImageGear .NET - Updated
CopyFrom Method (ImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure : CopyFrom Method
Rectangle to copy.
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

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members