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