C# Class PanoramaImage, panorama

Show file Open project: cmdr2/panorama Class Usage Examples

Public Properties

Property Type Description
imageInfo ImageInfo,
stereoType StereoType
url List

Public Methods

Method Description
PanoramaImage ( ) : System.Collections
PanoramaImage ( List url ) : System.Collections
PanoramaImage ( List url, ImageInfo, imageInfo ) : System.Collections
PanoramaImage ( List url, StereoType stereoType ) : System.Collections

Method Details

PanoramaImage() public method

public PanoramaImage ( ) : System.Collections
return System.Collections

PanoramaImage() public method

public PanoramaImage ( List url ) : System.Collections
url List
return System.Collections

PanoramaImage() public method

public PanoramaImage ( List url, ImageInfo, imageInfo ) : System.Collections
url List
imageInfo ImageInfo,
return System.Collections

PanoramaImage() public method

public PanoramaImage ( List url, StereoType stereoType ) : System.Collections
url List
stereoType StereoType
return System.Collections

Property Details

imageInfo public property

public ImageInfo, imageInfo
return ImageInfo,

stereoType public property

public StereoType stereoType
return StereoType

url public property

public List url
return List