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

Show in webframe

Distance Property (TunnelCommand)








Gets or sets the camera distance from the viewing screen.
Syntax
public int Distance {get; set;}
'Declaration
 
Public Property Distance As Integer
'Usage
 
Dim instance As TunnelCommand
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 TunnelCommand.
Requirements

Target Platforms

See Also

Reference

TunnelCommand Class
TunnelCommand Members

Error processing SSI file