Class HolderEditorDisplayee
Displayee for holder editor that provides visualization functionality
public class HolderEditorDisplayee : IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d
- Inheritance
-
HolderEditorDisplayee
- Implements
- Inherited Members
- Extension Methods
Constructors
HolderEditorDisplayee()
Initializes a new instance of the HolderEditorDisplayee class
public HolderEditorDisplayee()
HolderEditorDisplayee(IHolder)
Initializes a new instance of the HolderEditorDisplayee class with a specified holder
public HolderEditorDisplayee(IHolder holder)
Parameters
holder
IHolderThe holder to display
Properties
Holder
Gets or sets the holder to be displayed
public IHolder Holder { get; set; }
Property Value
Methods
Display(Bind)
Display function called in DispEngine rendering loop.
public void Display(Bind bind)
Parameters
bind
BindBind with DispEngine. See Bind.
ExpandToBox3d(Box3d)
Expands the destination box. This function is usually used to compute the bounding box of elements.
public void ExpandToBox3d(Box3d dst)
Parameters
dst
Box3dDestination box
GetRootAnchor()
Get root anchor.
public Anchor GetRootAnchor()
Returns
- Anchor
root anchor.