Class RenderCore2DBase
- Namespace
- HelixToolkit.SharpDX.Core2D
- Assembly
- HelixToolkit.SharpDX.dll
public abstract class RenderCore2DBase : RenderCore2D, IDisposable
- Inheritance
-
RenderCore2DBase
- Implements
- Derived
- Inherited Members
Properties
ShowDrawingBorder
public bool ShowDrawingBorder { get; set; }
Property Value
Methods
CanRender(RenderContext2D)
Determines whether this instance can render the specified context.
protected virtual bool CanRender(RenderContext2D context)
Parameters
contextRenderContext2DThe context.
Returns
- bool
trueif this instance can render the specified context; otherwise,false.
OnRender(RenderContext2D)
Called when [render].
protected abstract void OnRender(RenderContext2D context)
Parameters
contextRenderContext2DThe context.
Render(RenderContext2D)
Renders the specified context.
public override void Render(RenderContext2D context)
Parameters
contextRenderContext2DThe context.