GetPanoramicImage Method

Summary

Generates and retrieves a panoramic image based on the values specified in the parameters.

Syntax
C#
C++/CLI
public static RasterImage GetPanoramicImage( 
   string id, 
   float resizeFactor, 
   float thickness, 
   float angle, 
   PanoramicType type, 
   LeadPoint[] points 
) 
public:  
   static RasterImage^ GetPanoramicImage( 
       String^ id, 
      Single resizeFactor, 
      Single thickness, 
      Single angle, 
      PanoramicType^ type, 
      array<LeadPoint^>^ points 
   ) 

Parameters

id

The 3D volume object id

resizeFactor

The quality of the output panoramic image, default is 1.

thickness

The thickness of the panoramic output.

angle

The z-angle of the panoramic output, default value is 0.

type

The type of the rendering method used to render the panoramic image.

points

An array of points representing the polygon used to render the panoramic image.

Return Value

RasterImage that contains the result panoramic image.

Remarks

Create the 3D volume first before calling this method to generate the panoramic. To create a 3D volume, refer to CreateObject.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.