Table of Contents

Interface IElementsBufferModel

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public interface IElementsBufferModel : IVertexExtraBufferModel, IGUID, IDisposable
Inherited Members

Properties

ElementCount

Gets the element count.

int ElementCount { get; }

Property Value

int

The element count.

HasElements

Gets a value indicating whether this instance has elements.

bool HasElements { get; }

Property Value

bool

true if this instance has elements; otherwise, false.

Methods

DisposeAndClear()

Disposes internal buffer and reuse the object

void DisposeAndClear()

Events

ElementChanged

Occurs when [on element changed].

event EventHandler<EventArgs>? ElementChanged

Event Type

EventHandler<EventArgs>