ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearLoadOptions Class / TilesToStitch Property




In This Topic
TilesToStitch Property
In This Topic
Gets or sets the tiles to be stitched.
Syntax
'Declaration
 
Public Property TilesToStitch As ImGearRectangle
 
'Usage
 
Dim instance As ImGearLoadOptions
Dim value As ImGearRectangle
 
instance.TilesToStitch = value
 
value = instance.TilesToStitch

Property Value

ImageGear.Core.ImGearRectangle structure object.
Remarks

The default value is an empty ImageGear.Core.ImGearRectangle struct object.

See Also