cohtml::Net::ViewRenderer

Inherits from SystemIDisposable

Public Types

Name
enum classPaintResult { PR_NotFound, PR_NothingToPaint, PR_PaintedSome, PR_FrameComplete}

Public Functions

Name
virtual voidDispose()
virtual voidDestroy()
virtual ViewRenderer.PaintResultPaint(uint frameId, bool runUntilCompleteFrame)
virtual voidFreeRenderingResources()

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum PaintResult

EnumeratorValueDescription
PR_NotFound
PR_NothingToPaint
PR_PaintedSome
PR_FrameComplete

Public Functions Documentation

function Dispose

virtual void Dispose()

function Destroy

virtual void Destroy()

function Paint

virtual ViewRenderer.PaintResult Paint(
    uint frameId,
    bool runUntilCompleteFrame
)

function FreeRenderingResources

virtual void FreeRenderingResources()

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;