ImageGear for .NET
TilesToStitch Property




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
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);
}

Property Value

ImageGear.Core.ImGearRectangle structure object.
Remarks

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

See Also

Reference

ImGearLoadOptions Class
ImGearLoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback