Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Distance Property (PlaneBendCommand)








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

Error processing SSI file