Table of Contents

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

bool

Methods

CanRender(RenderContext2D)

Determines whether this instance can render the specified context.

protected virtual bool CanRender(RenderContext2D context)

Parameters

context RenderContext2D

The context.

Returns

bool

true if this instance can render the specified context; otherwise, false.

OnRender(RenderContext2D)

Called when [render].

protected abstract void OnRender(RenderContext2D context)

Parameters

context RenderContext2D

The context.

Render(RenderContext2D)

Renders the specified context.

public override void Render(RenderContext2D context)

Parameters

context RenderContext2D

The context.