ImageGear .NET v25.2 - Updated
ImGearARTImageRef Constructor(IImGearRectangle,String)




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.