LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PyramidAngle Property (PlaneBendCommand)

Show in webframe







Gets or sets the view angle, off the Z-axis.
Syntax
public int PyramidAngle {get; set;}
'Declaration
 
Public Property PyramidAngle As Integer
'Usage
 
Dim instance As PlaneBendCommand
Dim value As Integer
 
instance.PyramidAngle = value
 
value = instance.PyramidAngle
public int PyramidAngle {get; set;}

            

            
 
get_PyramidAngle();
set_PyramidAngle(value);
Object.defineProperty('PyramidAngle');
public:
property int PyramidAngle {
   int get();
   void set (    int value);
}

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

See Also

Reference

PlaneBendCommand Class
PlaneBendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.