PerspectiveTransform3D.Depth Property

Definition

Gets or sets the distance in pixels to the plane where z=0.

public:
 property double Depth { double get(); void set(double value); };
double Depth();

void Depth(double value);
public double Depth { get; set; }
var double = perspectiveTransform3D.depth;
perspectiveTransform3D.depth = double;
Public Property Depth As Double

Property Value

Double

double

The distance to the z=0 plane. This value must be greater than zero. The default value is 1000.

Applies to