←Select platform

Distance Property

Summary

Gets or sets the camera distance from the viewing screen.

Syntax
C#
VB
C++
public int Distance { get; set; } 
  
Public Property Distance As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly