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

Show in webframe

Distance Property (PlaneCommand)








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 PlaneCommand
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

PlaneCommand Class
PlaneCommand Members

Error processing SSI file