ZBuffer Class

Class that holds ZBuffer related data.
Public Class ZBuffer 
Implements IDisposable
This language is not supported or no code example is available.
public class ZBuffer : IDisposable
This language is not supported or no code example is available.
Name Description
Public constructor ZBuffer()
Top
Name Description
Public property Dirty Tells if the scene must be redrawn in order to get a correct ZBuffer
Public property Max
Public property Min
Public property Size
Top
Methods
 
Name Description
Public method CaptureBackbuffer(RenderContextBase, IViewport, int, string, bool, object, bool, double[], Rectangle, bool, out int, out int, bool) Captures the Back buffer image
Public method ChangedView(double[], bool) Tells if the view has changed since the last z-buffer capture.
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method IsInvalidRange()
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ReadPickBoxZRange(RenderContextBase, Point, int, ref double, ref double) Reads the depth values inside a pick box area and returns the minimum and maximum depths.
Public method ReadZRange(RenderContextBase, Point, int, int, ref double, ref double, bool, int, int)
Public method ResetBmp()
Public method ResetCapturedView() Resets the internal view memorized during the last z-buffer capture.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Classes
 
Name Description
Public class SelectionImageData Image data for selection.
Top
Remarks
 
For internal use only.
devDept.Graphics.ZBuffer

.NET Framework

Supported in: 4.8

In this article

Definition