ImageGear .NET v24.12 - Updated
ImGearARTImageRef Constructor(IImGearRectangle,String)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTImageRef Class > ImGearARTImageRef Constructor : ImGearARTImageRef Constructor(IImGearRectangle,String)
The image rectangle.
The file name of the image reference.
Initializes a new instance of the ImGearARTImageRef class object.
Syntax
'Declaration
 
Public Function New( _
   ByVal rect As IImGearRectangle, _
   ByVal fileName As String _
)
'Usage
 
Dim rect As IImGearRectangle
Dim fileName As String
 
Dim instance As New ImGearARTImageRef(rect, fileName)
public ImGearARTImageRef( 
   IImGearRectangle rect,
   string fileName
)
public: ImGearARTImageRef( 
   IImGearRectangle* rect,
   string* fileName
)
public:
ImGearARTImageRef( 
   IImGearRectangle^ rect,
   String^ fileName
)

Parameters

rect
The image rectangle.
fileName
The file name of the image reference.
See Also

Reference

ImGearARTImageRef Class
ImGearARTImageRef Members
Overload List
ImGearRectangle Structure