IControl |
public interface IControlPoint
The IControlPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Highlighted | Whether the control point is highlighted. | |
| RenderAfterTransparencies | Whether to render the control point after transparencies. |
| Name | Description | |
|---|---|---|
| Activate | Executes when the control point is shown. | |
| Deactivate | Executes when the control point is hidden. | |
| Pick | Test if the world ray intersects the control point. | |
| Render | Render the control point | |
| UpdateSize | Update the size of the control point. |