←Select platform

PyramidAngle Property

Summary

Gets or sets the view angle, off the Z-axis.

Syntax

C#
VB
WinRT C#
C++
public int PyramidAngle { get; set; } 
  
Public Property PyramidAngle As Integer 
public int PyramidAngle {get; set;} 
  
get_PyramidAngle(); 
set_PyramidAngle(value); 
Object.defineProperty('PyramidAngle');  
public: 
property int PyramidAngle { 
   int get(); 
   void set (    int ); 
} 

Property Value

The view angle, off the Z-axis. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000.

Example

Refer to PlaneBendCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly