Table of Contents

Class DispUtil

Namespace
Hi.Disp
Assembly
HiDisp.dll

Display Utility

public static class DispUtil
Inheritance
DispUtil
Inherited Members

Properties

GetRenderingWindowFunc

Internal Use Only.

public static Func<object, IGetDispEngine> GetRenderingWindowFunc { get; set; }

Property Value

Func<object, IGetDispEngine>

Methods

CallRenderingFrame(object, IDisplayee)

Internal Use Only.

public static object CallRenderingFrame(object key, IDisplayee displayee)

Parameters

key object
displayee IDisplayee

Returns

object

rendering window

Remarks

Note that the window may not be WPF window if using other OS.

Display(Mat4d, Bind)

execute bind.models.Mul(src);

public static void Display(this Mat4d src, Bind bind)

Parameters

src Mat4d

src

bind Bind

bind

Display(nint, Bind)

Display function for native object.

public static void Display(nint displayeePtr, Bind bind)

Parameters

displayeePtr nint

natvie object pointer

bind Bind

bind