C# Class PanoramaImage, panorama

Mostra 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_oe property

public ImageInfo, imageInfo
return ImageInfo,

stereoType public_oe property

public StereoType stereoType
return StereoType

url public_oe property

public List url
return List