LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Distance Property (PlaneBendCommand)

Show in webframe







Gets or sets the camera distance from the viewing screen, in pixels.
Syntax
public int Distance {get; set;}
'Declaration
 
Public Property Distance As Integer
'Usage
 
Dim instance As PlaneBendCommand
Dim value As Integer
 
instance.Distance = value
 
value = instance.Distance
public int Distance {get; set;}

            

            
 
get_Distance();
set_Distance(value);
Object.defineProperty('Distance');
public:
property int Distance {
   int get();
   void set (    int value);
}

Property Value

Camera distance from the viewing screen, in pixels.
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.