←Select platform

Distance Property

Summary

Gets or sets the camera distance from the viewing screen.

Syntax

C#
VB
WinRT C#
C++
public int Distance { get; set; } 
  
Public Property Distance As Integer 
public int Distance {get; set;} 
  
get_Distance(); 
set_Distance(value); 
Object.defineProperty('Distance');  
public: 
property int Distance { 
   int get(); 
   void set (    int ); 
} 

Property Value

Camera distance from the viewing screen, in pixels.

Example

Refer to TunnelCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly