Accusoft.ImagXpress13.Net
Tile Method




A System.Drawing.Size value which represents the tile size.
Modifies the image to appear in tiles based on the given tile size.
Syntax
'Declaration
 
Public Sub Tile( _
   ByVal tileSize As Size _
) 
'Usage
 
Dim instance As Processor
Dim tileSize As Size
 
instance.Tile(tileSize)
public void Tile( 
   Size tileSize
)
public: void Tile( 
   Size tileSize
) 
public:
void Tile( 
   Size tileSize
) 

Parameters

tileSize
A System.Drawing.Size value which represents the tile size.
Remarks

Entering large values in tileSize can create a large image and may increase processing time considerably.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback