ImageGear .NET
ImGearARTImage Constructor(IImGearRectangle,String)




Image rectangle.
File name of the image.
Initializes a new instance of the ImGearARTImage class object.
Syntax
public ImGearARTImage( 
   IImGearRectangle rect,
   string fileName
)
public: ImGearARTImage( 
   IImGearRectangle* rect,
   string* fileName
)
public:
ImGearARTImage( 
   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 ImGearARTImage(rect, fileName)

Parameters

rect
Image rectangle.
fileName
File name of the image.
See Also

Reference

ImGearARTImage Class
ImGearARTImage Members
Overload List
ImGearRectangle Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback