Class DepthMinMax
public class DepthMinMax : ImageEffect, IComponent, IReferencable, ICollectorHolder, IImageEffect, IGraphicsRenderer, IGraphicsRendererBase, IGraphicsRendererCore, IDisposable
  - Inheritance
 - 
      objectDepthMinMax
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
DepthMinMax()
public DepthMinMax()
  Properties
IsResultAvailable
public bool IsResultAvailable { get; }
  Property Value
Result
public Vector2 Result { get; }
  Property Value
Methods
DrawCore(RenderDrawContext)
Main drawing method for this renderer that must be implemented.
protected override void DrawCore(RenderDrawContext context)
  Parameters
contextRenderDrawContextThe context.
InitializeCore()
protected override void InitializeCore()