![]() |
![]() |
![]() |
Viewport.MinZ Property |
Language: |
Retrieves or sets the minimum value of the clip volume.
Visual Basic .NET Public Property MinZ As Single C# public float MinZ { get; set; } Managed C++ public: __property float get_MinZ();
public: __property void set_MinZ(float);JScript .NET public function get MinZ() : float
public function set MinZ(float);
System.Single . Integer that represents the minimum z-value of the clipping volume.
This property is read/write.
MinZ, together with MaxZ, specifies the range of depth values into which a scene is rendered. Most applications set this value to 0.0. Clipping is performed after the projection matrix is applied.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center