←Select platform

GetImage Method

Summary

Generates a panoramic image using the specified parameters, and stores the result in the mapping file specified by guid.

Syntax
C#
VB
C++
public int GetImage( 
   string guid, 
   IList<PointF> points, 
   PanoramicInfo info 
) 
Public Function GetImage( 
   ByVal guid As String, 
   ByVal points As IList(Of PointF), 
   ByVal info As PanoramicInfo 
) As Integer 
public:  
   Int32 GetImage( 
      String^ guid, 
      IList<PointF^>^ points, 
      PanoramicInfo^ info 
   ) 

Parameters

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.

Return Value

true if the image is successfully stored, false otherwise.

Remarks

To convert the file mapped from this method into a RasterImage, refer to GeneratePanoramicImage.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

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