ImageGear23.Core Assembly > ImageGear.Formats Namespace > ImGearLoadOptions Class : TilesToStitch Property |
'Declaration Public Property TilesToStitch As ImGearRectangle
'Usage Dim instance As ImGearLoadOptions Dim value As ImGearRectangle instance.TilesToStitch = value value = instance.TilesToStitch
public ImGearRectangle TilesToStitch {get; set;}
public: __property ImGearRectangle get_TilesToStitch(); public: __property void set_TilesToStitch( ImGearRectangle value );
public: property ImGearRectangle TilesToStitch { ImGearRectangle get(); void set ( ImGearRectangle value); }
The default value is an empty ImageGear.Core.ImGearRectangle struct object.