PerspectiveTransform3D.Depth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.