Class DispUtil
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
Methods
CallRenderingFrame(object, IDisplayee)
Internal Use Only.
public static object CallRenderingFrame(object key, IDisplayee displayee)
Parameters
key
objectdisplayee
IDisplayee
Returns
- object
rendering window
Remarks
Note that the window may not be WPF window if using other OS.
Display(IDisplayee, Bind, Mat4d)
execute bind.models.Mul(src);
public static void Display(this IDisplayee displayee, Bind bind, Mat4d mat)
Parameters
displayee
IDisplayeebind
Bindbind
mat
Mat4d
Display(nint, Bind)
Display function for native object.
public static void Display(nint displayeePtr, Bind bind)