GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / SetItemsSize Method
Width in pixel.
Height in pixel.





In This Topic
SetItemsSize Method (ThumbnailEx)
In This Topic
Change the size, in pixel, of each item.
Syntax
'Declaration
 
Public Sub SetItemsSize( _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) 
public void SetItemsSize( 
   int Width,
   int Height
)
public procedure SetItemsSize( 
    Width: Integer;
    Height: Integer
); 
public function SetItemsSize( 
   Width : int,
   Height : int
);
public: void SetItemsSize( 
   int Width,
   int Height
) 
public:
void SetItemsSize( 
   int Width,
   int Height
) 

Parameters

Width
Width in pixel.
Height
Height in pixel.
Remarks
This method is primarily intended for COM interop developers when ThumbnailSize property isn't reachable.
See Also