ImageGear for .NET
ImGearARTImageRef Constructor(IImGearRectangle,String)




The image rectangle.
The file name of the image reference.
Initializes a new instance of the ImGearARTImageRef class object.
Syntax
public ImGearARTImageRef( 
   IImGearRectangle rect,
   string fileName
)
public: ImGearARTImageRef( 
   IImGearRectangle* rect,
   string* fileName
)
public:
ImGearARTImageRef( 
   IImGearRectangle^ rect,
   String^ fileName
)
'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)

Parameters

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

Reference

ImGearARTImageRef Class
ImGearARTImageRef Members
Overload List
ImGearRectangle Structure

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback