Accusoft.ThumbnailXpress6.Net
GetItemRectangle Method




An integer value which represents the zero-based index of the thumbnail which displays the rectangle for.
Returns the rectangle of the Thumbnail identified by the provided index.
Syntax
'Declaration
 
Public Function GetItemRectangle( _
   ByVal index As Integer _
) As Rectangle
'Usage
 
Dim instance As ThumbnailXpress
Dim index As Integer
Dim value As Rectangle
 
value = instance.GetItemRectangle(index)
public Rectangle GetItemRectangle( 
   int index
)
public: Rectangle GetItemRectangle( 
   int index
) 
public:
Rectangle GetItemRectangle( 
   int index
) 

Parameters

index
An integer value which represents the zero-based index of the thumbnail which displays the rectangle for.

Return Value

A System.Drawing.Rectangle for the thumbnail identified by the given index.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback