Generates a panoramic image using the specified parameters, and stores the result in the mapping file specified by guid.
public int GetImage(
string guid,
IList<PointF> points,
PanoramicInfo info
)
public:
Int32 GetImage(
String^ guid,
IList<PointF^>^ points,
PanoramicInfo^ info
)
guid
The file mapping name where the output image is stored.
points
A list of points that contains the polygon used to generate the panoramic image.
info
PanoramicInfo that contains extra settings that controls the thickness and angle of the panoramic curve.
true if the image is successfully stored, false otherwise.
To convert the file mapped from this method into a RasterImage, refer to GeneratePanoramicImage.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document