Table of Contents

Delegate Box3dUtil.BoxableExpandToBox3dDel

Namespace
Hi.Disp
Assembly
HiDisp.dll

Delegate for expanding a native boxable object to a box3d.

public delegate void Box3dUtil.BoxableExpandToBox3dDel(nint boxablePtr, ref box3d box)

Parameters

boxablePtr nint

Pointer to the boxable object.

box box3d

Reference to the box to expand.

Extension Methods